Flush All Redis Keys

Delete every key in every Redis database. Irreversible, so be sure first.

Deletes all keys from all Redis databases. This is irreversible - use FLUSHDB to clear only the selected database, or flush selectively using DEL with pattern matching.

When you need this: During development to clear a polluted cache, or after a major schema change that invalidates all cached data.

Command


        
6 views 0 copies
Log in to rate
Log in to save

Free account. Save snippets into your own collections.