查看redis连接数

[root@lecode-dev-001 packages]# /usr/local/redis/bin/redis-cli  -p 6379
127.0.0.1:6379> auth Redislecodedev@shuli123
OK
127.0.0.1:6379> info clients
# Clients
connected_clients:36 #当前连接数
client_longest_output_list:0
client_biggest_input_buf:0
blocked_clients:0
127.0.0.1:6379> CONFIG GET maxclients
1) "maxclients" 
2) "10000"  #最大连接数

posted @ 2022-11-02 10:20  安生丶  阅读(68)  评论(0编辑  收藏  举报