Skip to content

Commit c94e728

Browse files
Apply review comments.
Co-authored-by: andy-stark-redis <[email protected]>
1 parent 1304e7a commit c94e728

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

7171
## Behavior change history
7272

0 commit comments

Comments
 (0)