Oldest idle clients redis

Find long-lived/idle connections leaking sockets; sort by age then idle

redis-cli CLIENT LIST | tr ' ' '\n' | grep -E 'addr=|age=|idle=' | paste - - - | sort -t= -k3 -rn | head
more redis all 32 commands →