Skip to content

Commit b2c70f1

Browse files
authored
flush-commands-docs
1 parent a40b605 commit b2c70f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/commands/flushdb/index.md

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

6767
* An asynchronous `FLUSHDB` 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 `FLUSHALL` since a Redis Cluster supports only database zero.
6970

7071
## Behavior change history
7172

0 commit comments

Comments
 (0)