Redis Common Commands
First thing to know is that you can use “telnet” (usually on default port 6397) telnet localhost 6397 or the Redis CLI client redis-cli to connect to Redis. The advantage of redis-cli is that you have a help interface and command line history. CLI Queries Here is a short list… Continue Reading Redis Common Commands