Ändrad från en webbplats som jag inte kan hitta nu.
redis-cli keys "*" | while read LINE ; do TTL=`redis-cli ttl "$LINE"`; if [ $TTL -eq -1 ]; then echo "$LINE"; fi; done;
edit:Observera att detta är ett blockerande samtal.
Ändrad från en webbplats som jag inte kan hitta nu.
redis-cli keys "*" | while read LINE ; do TTL=`redis-cli ttl "$LINE"`; if [ $TTL -eq -1 ]; then echo "$LINE"; fi; done;
edit:Observera att detta är ett blockerande samtal.