You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/commands/flushall/index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,7 @@ It is possible to use one of the following modifiers to dictate the flushing mod
66
66
67
67
* An asynchronous `FLUSHALL` command only deletes keys that were present at the time the command was invoked. Keys created during an asynchronous flush will be unaffected.
68
68
* This command does not delete functions.
69
+
* When using Redis Cluster, this command is identical to `FLUSHDB` since a Redis Cluster supports only database zero.
0 commit comments