Skip to content

Instantly share code, notes, and snippets.

@boseabhishek
Last active October 28, 2019 14:16
Show Gist options
  • Save boseabhishek/e01db414c11b22f1620b928a44cffbf0 to your computer and use it in GitHub Desktop.
Save boseabhishek/e01db414c11b22f1620b928a44cffbf0 to your computer and use it in GitHub Desktop.
REDIS Cheatsheet
# 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