Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove nil/null reply description from ZADD command #2614

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
1 change: 0 additions & 1 deletion resp2_replies.json
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,6 @@
],
"ZADD": [
"Any of the following:",
"* [Nil reply](/docs/reference/protocol-spec#bulk-strings): if the operation was aborted because of a conflict with one of the _XX/NX/LT/GT_ options.",
"* [Integer reply](/docs/reference/protocol-spec#integers): the number of new members when the _CH_ option is not used.",
"* [Integer reply](/docs/reference/protocol-spec#integers): the number of new or updated members when the _CH_ option is used.",
"* [Bulk string reply](/docs/reference/protocol-spec#bulk-strings): the updated score of the member when the _INCR_ option is used."
Expand Down
1 change: 0 additions & 1 deletion resp3_replies.json
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,6 @@
],
"ZADD": [
"Any of the following:",
"* [Null reply](/docs/reference/protocol-spec#nulls): if the operation was aborted because of a conflict with one of the _XX/NX/LT/GT_ options.",
"* [Integer reply](/docs/reference/protocol-spec#integers): the number of new members when the _CH_ option is not used.",
"* [Integer reply](/docs/reference/protocol-spec#integers): the number of new or updated members when the _CH_ option is used.",
"* [Double reply](/docs/reference/protocol-spec#doubles): the updated score of the member when the _INCR_ option is used."
Expand Down
Loading