From b10b2e259a49e03d3921d2f59aa096f798d9ee32 Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Mon, 21 Apr 2025 08:05:46 -0700 Subject: [PATCH] DEV: fix reply info for the HGETEX command page --- data/resp2_replies.json | 12 +----------- data/resp3_replies.json | 12 +----------- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/data/resp2_replies.json b/data/resp2_replies.json index ac37ede34e..0b810a677e 100644 --- a/data/resp2_replies.json +++ b/data/resp2_replies.json @@ -579,17 +579,7 @@ "[Array reply](../../develop/reference/protocol-spec#arrays): a list of deleted fields and their values or `nil` for fields that do not exist." ], "HGETEX": [ - "* [Array reply](../../develop/reference/protocol-spec#arrays). For each field:", - " - [Integer reply](../../develop/reference/protocol-spec#integers): `-2` if no such field exists in the provided hash key, or the provided key does not exist, or if the field exists but has no associated expiration set.", - " - [Integer reply](../../develop/reference/protocol-spec#integers): the expiration in seconds." - ], - "HGETDEL": [ - "[Array reply](../../develop/reference/protocol-spec#arrays): a list of deleted fields and their values or `nil` for fields that do not exist." - ], - "HGETEX": [ - "* [Array reply](../../develop/reference/protocol-spec#arrays). For each field:", - " - [Integer reply](../../develop/reference/protocol-spec#integers): `-2` if no such field exists in the provided hash key, or the provided key does not exist, or if the field exists but has no associated expiration set.", - " - [Integer reply](../../develop/reference/protocol-spec#integers): the expiration in seconds." + "* [Array reply](../../develop/reference/protocol-spec#arrays): a list of values associated with the given fields, in the same order as they are requested." ], "HINCRBY": [ "[Integer reply](../../develop/reference/protocol-spec#integers): the value of the field after the increment operation." diff --git a/data/resp3_replies.json b/data/resp3_replies.json index 650108d53d..7399a30f06 100644 --- a/data/resp3_replies.json +++ b/data/resp3_replies.json @@ -579,17 +579,7 @@ "[Array reply](../../develop/reference/protocol-spec#arrays): a list of deleted fields and their values or `nil` for fields that do not exist." ], "HGETEX": [ - "* [Array reply](../../develop/reference/protocol-spec#arrays). For each field:", - " - [Integer reply](../../develop/reference/protocol-spec#integers): `-2` if no such field exists in the provided hash key, or the provided key does not exist, or if the field exists but has no associated expiration set.", - " - [Integer reply](../../develop/reference/protocol-spec#integers): the expiration in seconds." - ], - "HGETDEL": [ - "[Array reply](../../develop/reference/protocol-spec#arrays): a list of deleted fields and their values or `nil` for fields that do not exist." - ], - "HGETEX": [ - "* [Array reply](../../develop/reference/protocol-spec#arrays). For each field:", - " - [Integer reply](../../develop/reference/protocol-spec#integers): `-2` if no such field exists in the provided hash key, or the provided key does not exist, or if the field exists but has no associated expiration set.", - " - [Integer reply](../../develop/reference/protocol-spec#integers): the expiration in seconds." + "* [Array reply](../../develop/reference/protocol-spec#arrays): a list of values associated with the given fields, in the same order as they are requested." ], "HINCRBY": [ "[Integer reply](../../develop/reference/protocol-spec#integers): the value of the field after the increment operation."