获取配置项:
127.0.0.1:6379>config get config_name
设置配置项
127.0.0.1:6379>config set config_name new_value
各配置项的含义见 https://www.runoob.com/redis/redis-conf.html