Redis commands

Connect to redis in CLI

redis-cli -h {server_ip:127.0.0.1} -p {server_port:6379}

Commands to run in CLI

Flush all content

flushall