dbsizePrint all keys in DB (incl. already expired keys)- list all keys
redis-cli --scan --pattern '*' -h <redis-url> debug populate 33populate redis cluster with elements
Redis is single threaded! Check for blocking commands like
keys *
SCAN vs KEYS performance in Redis - Stack Overflow Accuracy of redis dbsize command - Stack Overflow