I want to delete all keys. I want everything wiped out and give me a blank database.
Is there a way to do this in Redis client?
redis-cli -h -p flushall
It will remove all data from client connected(with host and port)