Redis常用命令

当前客户端连接数

info clients

当前客户端连接数列表

client list

服务端最大连接数

config get maxclients

原文地址:https://www.cnblogs.com/codefly/p/6018598.html