Redis 常用命令(每天记录一点点)

(1)info命令

info
info all
info clients

(2)查看redis的连接

client list

(3)查看连接数限制

config get max clients

(4)查看timeout设置以及修改

CONFIG GET timeout

##在线修改参数值
config set timeout 600
config rewrite

猜你喜欢

转载自blog.csdn.net/knight_zhou/article/details/105858316
今日推荐