[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" #最大连接数
标签:127.0,查看,0.1,clients,redis,连接数,6379
From: https://www.cnblogs.com/anslinux/p/16850188.html