We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6159a commit 21d70b4Copy full SHA for 21d70b4
content/commands/hsetex.md
@@ -78,8 +78,7 @@ command_flags:
78
- fast
79
complexity: O(N) where N is the number of fields being set.
80
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.
+ set their expiration.
83
group: hash
84
hidden: false
85
key_specs:
0 commit comments