Skip to content

Commit 1304e7a

Browse files
authored
Apply review comments.
1 parent 5fc735f commit 1304e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/commands/flushdb/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 `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.
69+
* When using Redis Cluster, this command is identical to `FLUSHALL` since a Redis Cluster supports only one database with and ID of zero.
7070

7171
## Behavior change history
7272

0 commit comments

Comments
 (0)