Skip to content

Commit 21d70b4

Browse files
committed
Quick fix
1 parent cb6159a commit 21d70b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/commands/hsetex.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ command_flags:
7878
- fast
7979
complexity: O(N) where N is the number of fields being set.
8080
description: Set the value of one or more fields of a given hash key, and optionally
81-
set their expiration. If key already holds a value, it is overwritten. Any previous time to live
82-
associated with the key is discarded on successful HSETEX operation.
81+
set their expiration.
8382
group: hash
8483
hidden: false
8584
key_specs:

0 commit comments

Comments
 (0)