Skip to content

Commit

Permalink
command: flushall doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nalgeon committed Aug 9, 2024
1 parent ee2b71f commit 6b410d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/commands/keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ DEL DB.Key().Delete Deletes one or more keys.
EXISTS DB.Key().Count Determines whether one or more keys exist.
EXPIRE DB.Key().Expire Sets the expiration time of a key (in seconds).
EXPIREAT DB.Key().ExpireAt Sets the expiration time of a key to a Unix timestamp.
FLUSHALL DB.Key().DeleteAll Deletes all keys from the database.
FLUSHDB DB.Key().DeleteAll Deletes all keys from the database.
KEYS DB.Key().Keys Returns all key names that match a pattern.
PERSIST DB.Key().Persist Removes the expiration time of a key.
Expand Down

0 comments on commit 6b410d1

Please sign in to comment.