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?
i think sometimes stop the redis-server and delete rdb,aof files。 make sure there’s no data can be reloading. then start the redis-server,now it's new and empty.