• 查看命令
info all
info default
info clients #查看客户端连接数
info cpu  #cpu使用信息
info server  #查看服务器信息
info memory  #内存信息
info persistence 
info stats #状态
info replication  #角色(主/从)
info cluster #分步式
info keyspace #键值空间 


config get maxclients #查看最大连接数限制
config GET databases #查看库数量
  • 操作命令
keys * #查看所有的键值

flushdb #清空当前
flushAll #清空全部

#查看客户端连接
redis client list


#设置超时回收时间
config set timeout 300  或者600
config get timeout #默认关闭