I ran this command to access my redis server.
redis
telnet 127.0.0.1 6379
What is the command to show all of my databases?
you can use redis-cli INFO keyspace
redis-cli INFO keyspace
localhost:8000> INFO keyspace # Keyspace db0:keys=7,expires=0,avg_ttl=0 db1:keys=1,expires=0,avg_ttl=0 db2:keys=1,expires=0,avg_ttl=0 db11:keys=1,expires=0,avg_ttl=0