Flush All Redis Keys

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


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

Free account — save snippets into your own collections.