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?
Or you can just run the following command and you will see all databases of the Redis instance without firing up redis-cli:
redis-cli
$ redis-cli INFO | grep ^db db0:keys=1500,expires=2 db1:keys=200000,expires=1 db2:keys=350003,expires=1