Skip to content

Commit 19cef7a

Browse files
authored
DEV: fix reply info for the HGETEX command page (#1446)
1 parent c6e5e0e commit 19cef7a

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

Diff for: data/resp2_replies.json

+1-11
Original file line numberDiff line numberDiff line change
@@ -579,17 +579,7 @@
579579
"[Array reply](../../develop/reference/protocol-spec#arrays): a list of deleted fields and their values or `nil` for fields that do not exist."
580580
],
581581
"HGETEX": [
582-
"* [Array reply](../../develop/reference/protocol-spec#arrays). For each field:",
583-
" - [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.",
584-
" - [Integer reply](../../develop/reference/protocol-spec#integers): the expiration in seconds."
585-
],
586-
"HGETDEL": [
587-
"[Array reply](../../develop/reference/protocol-spec#arrays): a list of deleted fields and their values or `nil` for fields that do not exist."
588-
],
589-
"HGETEX": [
590-
"* [Array reply](../../develop/reference/protocol-spec#arrays). For each field:",
591-
" - [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.",
592-
" - [Integer reply](../../develop/reference/protocol-spec#integers): the expiration in seconds."
582+
"* [Array reply](../../develop/reference/protocol-spec#arrays): a list of values associated with the given fields, in the same order as they are requested."
593583
],
594584
"HINCRBY": [
595585
"[Integer reply](../../develop/reference/protocol-spec#integers): the value of the field after the increment operation."

Diff for: data/resp3_replies.json

+1-11
Original file line numberDiff line numberDiff line change
@@ -579,17 +579,7 @@
579579
"[Array reply](../../develop/reference/protocol-spec#arrays): a list of deleted fields and their values or `nil` for fields that do not exist."
580580
],
581581
"HGETEX": [
582-
"* [Array reply](../../develop/reference/protocol-spec#arrays). For each field:",
583-
" - [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.",
584-
" - [Integer reply](../../develop/reference/protocol-spec#integers): the expiration in seconds."
585-
],
586-
"HGETDEL": [
587-
"[Array reply](../../develop/reference/protocol-spec#arrays): a list of deleted fields and their values or `nil` for fields that do not exist."
588-
],
589-
"HGETEX": [
590-
"* [Array reply](../../develop/reference/protocol-spec#arrays). For each field:",
591-
" - [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.",
592-
" - [Integer reply](../../develop/reference/protocol-spec#integers): the expiration in seconds."
582+
"* [Array reply](../../develop/reference/protocol-spec#arrays): a list of values associated with the given fields, in the same order as they are requested."
593583
],
594584
"HINCRBY": [
595585
"[Integer reply](../../develop/reference/protocol-spec#integers): the value of the field after the increment operation."

0 commit comments

Comments
 (0)