Skip to content

Commit dc49abe

Browse files
Update hsetex.md
1 parent 99fff14 commit dc49abe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/commands/hsetex.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ 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.
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.
8283
group: hash
8384
hidden: false
8485
key_specs:

0 commit comments

Comments
 (0)