Last active
October 28, 2019 14:16
-
-
Save boseabhishek/e01db414c11b22f1620b928a44cffbf0 to your computer and use it in GitHub Desktop.
REDIS Cheatsheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# REDIS cheatsheet | |
### delete | |
1. delete all keys in ALL dbs | |
FLUSHALL | |
2. delete all keys in a specific DB | |
SELECT <DB> | |
FLUSHDB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment