Show how much memory Redis is using

redis-cli INFO memory | grep -E 'used_memory_human|used_memory_peak_human|maxmemory'

# which keys account for it — samples the keyspace, safe on a live server
redis-cli --bigkeys