redis常用命令操作

获取配置项:

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

posted @ 2019-09-16 17:40  Forever77  阅读(92)  评论(0编辑  收藏  举报