Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions data/resp2_replies.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
12 changes: 1 addition & 11 deletions data/resp3_replies.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down