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."