Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 139 Bytes

connections.md

File metadata and controls

4 lines (4 loc) · 139 Bytes

REDIS: Connection Count by Client

redis-cli -h myredisserver CLIENT LIST | sed -n 's|.*addr=\(.*\)\:.*|\1|p' | sort | uniq -c