Unverified Commit 76b9c13d authored by Oran Agra's avatar Oran Agra Committed by GitHub
Browse files

Merge pull request #10962 from oranagra/release-7.0.3

Release 7.0.3
parents 05833959 85abb7cf
...@@ -25,7 +25,8 @@ ...@@ -25,7 +25,8 @@
"ADMIN", "ADMIN",
"NOSCRIPT", "NOSCRIPT",
"LOADING", "LOADING",
"STALE" "STALE",
"SENTINEL"
], ],
"acl_categories": [ "acl_categories": [
"CONNECTION" "CONNECTION"
......
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
"ADMIN", "ADMIN",
"NOSCRIPT", "NOSCRIPT",
"LOADING", "LOADING",
"STALE" "STALE",
"SENTINEL"
], ],
"acl_categories": [ "acl_categories": [
"CONNECTION" "CONNECTION"
......
...@@ -17,7 +17,8 @@ ...@@ -17,7 +17,8 @@
"ADMIN", "ADMIN",
"NOSCRIPT", "NOSCRIPT",
"LOADING", "LOADING",
"STALE" "STALE",
"SENTINEL"
], ],
"acl_categories": [ "acl_categories": [
"CONNECTION" "CONNECTION"
......
...@@ -10,7 +10,8 @@ ...@@ -10,7 +10,8 @@
"command_flags": [ "command_flags": [
"NOSCRIPT", "NOSCRIPT",
"LOADING", "LOADING",
"STALE" "STALE",
"SENTINEL"
], ],
"acl_categories": [ "acl_categories": [
"CONNECTION" "CONNECTION"
......
...@@ -10,7 +10,8 @@ ...@@ -10,7 +10,8 @@
"command_flags": [ "command_flags": [
"NOSCRIPT", "NOSCRIPT",
"LOADING", "LOADING",
"STALE" "STALE",
"SENTINEL"
], ],
"acl_categories": [ "acl_categories": [
"CONNECTION" "CONNECTION"
......
...@@ -10,7 +10,8 @@ ...@@ -10,7 +10,8 @@
"command_flags": [ "command_flags": [
"NOSCRIPT", "NOSCRIPT",
"LOADING", "LOADING",
"STALE" "STALE",
"SENTINEL"
], ],
"acl_categories": [ "acl_categories": [
"CONNECTION" "CONNECTION"
......
...@@ -10,7 +10,8 @@ ...@@ -10,7 +10,8 @@
"command_flags": [ "command_flags": [
"NOSCRIPT", "NOSCRIPT",
"LOADING", "LOADING",
"STALE" "STALE",
"SENTINEL"
], ],
"acl_categories": [ "acl_categories": [
"CONNECTION" "CONNECTION"
......
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
"ADMIN", "ADMIN",
"NOSCRIPT", "NOSCRIPT",
"LOADING", "LOADING",
"STALE" "STALE",
"SENTINEL"
], ],
"acl_categories": [ "acl_categories": [
"CONNECTION" "CONNECTION"
......
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
"ADMIN", "ADMIN",
"NOSCRIPT", "NOSCRIPT",
"LOADING", "LOADING",
"STALE" "STALE",
"SENTINEL"
], ],
"acl_categories": [ "acl_categories": [
"CONNECTION" "CONNECTION"
......
...@@ -7,6 +7,12 @@ ...@@ -7,6 +7,12 @@
"arity": -4, "arity": -4,
"container": "CLUSTER", "container": "CLUSTER",
"function": "clusterCommand", "function": "clusterCommand",
"history": [
[
"4.0.0",
"Added the optional `cluster_bus_port` argument."
]
],
"command_flags": [ "command_flags": [
"NO_ASYNC_LOADING", "NO_ASYNC_LOADING",
"ADMIN", "ADMIN",
...@@ -23,6 +29,12 @@ ...@@ -23,6 +29,12 @@
{ {
"name": "port", "name": "port",
"type": "integer" "type": "integer"
},
{
"name": "cluster_bus_port",
"type": "integer",
"optional": true,
"since": "4.0.0"
} }
] ]
} }
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"complexity": "O(N) where N is the number of known nodes. The command may execute a FLUSHALL as a side effect.", "complexity": "O(N) where N is the number of known nodes. The command may execute a FLUSHALL as a side effect.",
"group": "cluster", "group": "cluster",
"since": "3.0.0", "since": "3.0.0",
"arity": 3, "arity": -2,
"container": "CLUSTER", "container": "CLUSTER",
"function": "clusterCommand", "function": "clusterCommand",
"command_flags": [ "command_flags": [
......
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
"function": "commandCountCommand", "function": "commandCountCommand",
"command_flags": [ "command_flags": [
"LOADING", "LOADING",
"STALE" "STALE",
"SENTINEL"
], ],
"acl_categories": [ "acl_categories": [
"CONNECTION" "CONNECTION"
......
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
"function": "commandDocsCommand", "function": "commandDocsCommand",
"command_flags": [ "command_flags": [
"LOADING", "LOADING",
"STALE" "STALE",
"SENTINEL"
], ],
"acl_categories": [ "acl_categories": [
"CONNECTION" "CONNECTION"
......
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
"function": "commandGetKeysCommand", "function": "commandGetKeysCommand",
"command_flags": [ "command_flags": [
"LOADING", "LOADING",
"STALE" "STALE",
"SENTINEL"
], ],
"acl_categories": [ "acl_categories": [
"CONNECTION" "CONNECTION"
......
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
"function": "commandGetKeysAndFlagsCommand", "function": "commandGetKeysAndFlagsCommand",
"command_flags": [ "command_flags": [
"LOADING", "LOADING",
"STALE" "STALE",
"SENTINEL"
], ],
"acl_categories": [ "acl_categories": [
"CONNECTION" "CONNECTION"
......
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
"function": "commandHelpCommand", "function": "commandHelpCommand",
"command_flags": [ "command_flags": [
"LOADING", "LOADING",
"STALE" "STALE",
"SENTINEL"
], ],
"acl_categories": [ "acl_categories": [
"CONNECTION" "CONNECTION"
......
...@@ -15,7 +15,8 @@ ...@@ -15,7 +15,8 @@
], ],
"command_flags": [ "command_flags": [
"LOADING", "LOADING",
"STALE" "STALE",
"SENTINEL"
], ],
"acl_categories": [ "acl_categories": [
"CONNECTION" "CONNECTION"
......
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
"function": "commandListCommand", "function": "commandListCommand",
"command_flags": [ "command_flags": [
"LOADING", "LOADING",
"STALE" "STALE",
"SENTINEL"
], ],
"acl_categories": [ "acl_categories": [
"CONNECTION" "CONNECTION"
......
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
"arity": 2, "arity": 2,
"function": "echoCommand", "function": "echoCommand",
"command_flags": [ "command_flags": [
"LOADING",
"STALE",
"FAST" "FAST"
], ],
"acl_categories": [ "acl_categories": [
......
...@@ -45,11 +45,11 @@ ...@@ -45,11 +45,11 @@
"key_spec_index": 0 "key_spec_index": 0
}, },
{ {
"name": "min", "name": "start",
"type": "string" "type": "string"
}, },
{ {
"name": "max", "name": "stop",
"type": "string" "type": "string"
}, },
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment