From dc49abe6ec897ed533526540e06d7a20550ec259 Mon Sep 17 00:00:00 2001 From: Viktoriya Kutsarova Date: Tue, 7 Oct 2025 12:35:07 +0300 Subject: [PATCH 1/3] Update hsetex.md --- content/commands/hsetex.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/commands/hsetex.md b/content/commands/hsetex.md index 4ffa80c5bd..f3d04f2df1 100644 --- a/content/commands/hsetex.md +++ b/content/commands/hsetex.md @@ -78,7 +78,8 @@ command_flags: - fast complexity: O(N) where N is the number of fields being set. description: Set the value of one or more fields of a given hash key, and optionally - set their expiration. + set their expiration. If key already holds a value, it is overwritten. Any previous time to live + associated with the key is discarded on successful HSETEX operation. group: hash hidden: false key_specs: From cb6159a5c5deb143fe2ddda48a627e47fae5d590 Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Tue, 7 Oct 2025 10:12:26 -0700 Subject: [PATCH 2/3] DWD patch to patch-1 --- content/commands/hsetex.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/commands/hsetex.md b/content/commands/hsetex.md index f3d04f2df1..2d8ae5103e 100644 --- a/content/commands/hsetex.md +++ b/content/commands/hsetex.md @@ -108,7 +108,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 From 21d70b4167b2dfa6c208dc2b3a7adbf6d33cae2a Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Tue, 7 Oct 2025 10:15:41 -0700 Subject: [PATCH 3/3] Quick fix --- content/commands/hsetex.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/commands/hsetex.md b/content/commands/hsetex.md index 2d8ae5103e..63adc79e6d 100644 --- a/content/commands/hsetex.md +++ b/content/commands/hsetex.md @@ -78,8 +78,7 @@ command_flags: - fast complexity: O(N) where N is the number of fields being set. description: Set the value of one or more fields of a given hash key, and optionally - set their expiration. If key already holds a value, it is overwritten. Any previous time to live - associated with the key is discarded on successful HSETEX operation. + set their expiration. group: hash hidden: false key_specs: