Skip to content

Commit

Permalink
Fixes to resp2_replies.json and resp3_replies.json
Browse files Browse the repository at this point in the history
Fix keys and add missing commands

Signed-off-by: Simon Baatz <[email protected]>
  • Loading branch information
gmbnomis committed Dec 21, 2024
1 parent 8b9f09c commit 16c99f2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
18 changes: 12 additions & 6 deletions resp2_replies.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
"ACL LIST": [
"[Array reply](../topics/protocol.md#arrays): an array of [Bulk string reply](../topics/protocol.md#bulk-strings) elements."
],
"ACL LOAD": [
"[Simple string reply](../topics/protocol.md#simple-strings): `OK` on success.",
"",
"The command may fail with an error for several reasons: if the file is not readable, if there is an error inside the file, and in such cases, the error will be reported to the user in the error.",
"Finally, the command will fail if the server is not configured to use an external ACL file."
],
"ACL LOG": [
"When called to show security events:",
"* [Array reply](../topics/protocol.md#arrays): an array of [Bulk string reply](../topics/protocol.md#bulk-strings) elements representing ACL security events.",
Expand All @@ -47,12 +53,6 @@
"ACL WHOAMI": [
"[Bulk string reply](../topics/protocol.md#bulk-strings): the username of the current connection."
],
"ACL-LOAD": [
"[Simple string reply](../topics/protocol.md#simple-strings): `OK` on success.",
"",
"The command may fail with an error for several reasons: if the file is not readable, if there is an error inside the file, and in such cases, the error will be reported to the user in the error.",
"Finally, the command will fail if the server is not configured to use an external ACL file."
],
"APPEND": [
"[Integer reply](../topics/protocol.md#integers): the length of the string after the append operation."
],
Expand Down Expand Up @@ -144,6 +144,9 @@
"CLIENT CACHING": [
"[Simple string reply](../topics/protocol.md#simple-strings): `OK` or an error if the argument is not \"yes\" or \"no\"."
],
"CLIENT CAPA": [
"[Simple string reply](../topics/protocol.md#simple-strings): `OK`."
],
"CLIENT GETNAME": [
"One of the following:",
"* [Bulk string reply](../topics/protocol.md#bulk-strings): the connection name of the current connection.",
Expand Down Expand Up @@ -958,6 +961,9 @@
"SCRIPT LOAD": [
"[Bulk string reply](../topics/protocol.md#bulk-strings): the SHA1 digest of the script added into the script cache."
],
"SCRIPT SHOW": [
"[Bulk string reply](../topics/protocol.md#bulk-strings): Lua script if sha1 hash exists in script cache."
],
"SDIFF": [
"[Array reply](../topics/protocol.md#arrays): a list with members of the resulting set."
],
Expand Down
6 changes: 6 additions & 0 deletions resp3_replies.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@
"CLIENT CACHING": [
"[Simple string reply](../topics/protocol.md#simple-strings): `OK` or an error if the argument is not \"yes\" or \"no\"."
],
"CLIENT CAPA": [
"[Simple string reply](../topics/protocol.md#simple-strings): `OK`."
],
"CLIENT GETNAME": [
"One of the following:",
"* [Bulk string reply](../topics/protocol.md#bulk-strings): the connection name of the current connection.",
Expand Down Expand Up @@ -958,6 +961,9 @@
"SCRIPT LOAD": [
"[Bulk string reply](../topics/protocol.md#bulk-strings): the SHA1 digest of the script added into the script cache."
],
"SCRIPT SHOW": [
"[Bulk string reply](../topics/protocol.md#bulk-strings): Lua script if sha1 hash exists in script cache."
],
"SDIFF": [
"[Set reply](../topics/protocol.md#sets): the resulting set."
],
Expand Down

0 comments on commit 16c99f2

Please sign in to comment.