Skip to content

Commit 1411f38

Browse files
Update hsetex.md (#2216)
* Update hsetex.md * DWD patch to patch-1 * Quick fix --------- Co-authored-by: David W. Dougherty <[email protected]>
1 parent d57a3e9 commit 1411f38

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
@@ -107,7 +107,8 @@ syntax_str: "[FNX | FXX] [EX\_seconds | PX\_milliseconds | EXAT\_unix-time-secon
107107
title: HSETEX
108108
---
109109

110-
Set the value of one or more fields of a given hash key, and optionally set their expiration time or time-to-live (TTL).
110+
Set the value of one or more fields of a given hash key and optionally
111+
set their expiration time or time-to-live (TTL). If the given key already holds a value, it is overwritten and any previous TTLs associated with the key are discarded.
111112

112113
## Options
113114

0 commit comments

Comments
 (0)