diff --git a/content/commands/hsetex.md b/content/commands/hsetex.md index 4ffa80c5b..63adc79e6 100644 --- a/content/commands/hsetex.md +++ b/content/commands/hsetex.md @@ -107,7 +107,8 @@ syntax_str: "[FNX | FXX] [EX\_seconds | PX\_milliseconds | EXAT\_unix-time-secon title: HSETEX --- -Set the value of one or more fields of a given hash key, and optionally set their expiration time or time-to-live (TTL). +Set the value of one or more fields of a given hash key and optionally +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. ## Options