Skip to content

Commit

Permalink
update commands.json from redis 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oranagra committed Sep 6, 2023
1 parent 56bcaac commit b91cd8b
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
"noscript",
"loading",
"stale"
],
"hints": [
"request_policy:all_nodes",
"response_policy:all_succeeded"
]
},
"ACL DRYRUN": {
Expand Down Expand Up @@ -263,6 +267,10 @@
"noscript",
"loading",
"stale"
],
"hints": [
"request_policy:all_nodes",
"response_policy:all_succeeded"
]
},
"ACL SETUSER": {
Expand Down Expand Up @@ -305,6 +313,10 @@
"noscript",
"loading",
"stale"
],
"hints": [
"request_policy:all_nodes",
"response_policy:all_succeeded"
]
},
"ACL USERS": {
Expand Down Expand Up @@ -2169,6 +2181,10 @@
"noscript",
"loading",
"stale"
],
"hints": [
"request_policy:all_nodes",
"response_policy:all_succeeded"
]
},
"CLIENT SETNAME": {
Expand All @@ -2192,6 +2208,10 @@
"noscript",
"loading",
"stale"
],
"hints": [
"request_policy:all_nodes",
"response_policy:all_succeeded"
]
},
"CLIENT TRACKING": {
Expand Down Expand Up @@ -3359,6 +3379,10 @@
"noscript",
"loading",
"stale"
],
"hints": [
"request_policy:all_nodes",
"response_policy:all_succeeded"
]
},
"CONFIG REWRITE": {
Expand All @@ -3377,6 +3401,10 @@
"noscript",
"loading",
"stale"
],
"hints": [
"request_policy:all_nodes",
"response_policy:all_succeeded"
]
},
"CONFIG SET": {
Expand Down Expand Up @@ -8088,7 +8116,7 @@
],
"hints": [
"request_policy:all_nodes",
"response_policy:all_succeeded"
"response_policy:agg_sum"
]
},
"LCS": {
Expand Down

0 comments on commit b91cd8b

Please sign in to comment.