Skip to content

Commit 665e2f2

Browse files
authored
Apply review comments.
1 parent e5d0112 commit 665e2f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/commands/flushall/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ It is possible to use one of the following modifiers to dictate the flushing mod
6666

6767
* 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.
6868
* 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.
69+
* Other than emptying all databases (similar to `FLUSHDB`), this command clears the RDB persistence file, aborts any snapshot that is in progress, and, if the `save` config is enabled, it saves an empty RDB file.
7070

7171
## Behavior change history
7272

0 commit comments

Comments
 (0)