Commit d7971f96 authored by Oran Agra's avatar Oran Agra
Browse files

Merge remote-tracking branch 'origin/unstable' into 7.0

parents d2b5a579 acfb4f7a
...@@ -9,6 +9,9 @@ ...@@ -9,6 +9,9 @@
"function": "clusterCommand", "function": "clusterCommand",
"deprecated_since": "5.0.0", "deprecated_since": "5.0.0",
"replaced_by": "`CLUSTER REPLICAS`", "replaced_by": "`CLUSTER REPLICAS`",
"doc_flags": [
"DEPRECATED"
],
"command_flags": [ "command_flags": [
"ADMIN", "ADMIN",
"STALE" "STALE"
......
...@@ -7,6 +7,11 @@ ...@@ -7,6 +7,11 @@
"arity": 2, "arity": 2,
"container": "CLUSTER", "container": "CLUSTER",
"function": "clusterCommand", "function": "clusterCommand",
"deprecated_since": "7.0.0",
"replaced_by": "`CLUSTER SHARDS`",
"doc_flags": [
"DEPRECATED"
],
"history": [ "history": [
[ [
"4.0.0", "4.0.0",
...@@ -14,7 +19,7 @@ ...@@ -14,7 +19,7 @@
], ],
[ [
"7.0.0", "7.0.0",
"Added additional networking metadata and added support for hostnames and unknown endpoints." "Added additional networking metadata field."
] ]
], ],
"command_flags": [ "command_flags": [
......
...@@ -14,6 +14,9 @@ ...@@ -14,6 +14,9 @@
"acl_categories": [ "acl_categories": [
"CONNECTION" "CONNECTION"
], ],
"command_tips": [
"NONDETERMINISTIC_OUTPUT_ORDER"
],
"arguments": [ "arguments": [
{ {
"name": "command-name", "name": "command-name",
......
{ {
"GETKEYSANDFLAGS": { "GETKEYSANDFLAGS": {
"summary": "Extract keys given a full Redis command", "summary": "Extract keys and access flags given a full Redis command",
"complexity": "O(N) where N is the number of arguments to the command", "complexity": "O(N) where N is the number of arguments to the command",
"group": "server", "group": "server",
"since": "7.0.0", "since": "7.0.0",
......
...@@ -20,6 +20,9 @@ ...@@ -20,6 +20,9 @@
"acl_categories": [ "acl_categories": [
"CONNECTION" "CONNECTION"
], ],
"command_tips": [
"NONDETERMINISTIC_OUTPUT_ORDER"
],
"arguments": [ "arguments": [
{ {
"name": "command-name", "name": "command-name",
......
...@@ -14,6 +14,9 @@ ...@@ -14,6 +14,9 @@
"acl_categories": [ "acl_categories": [
"CONNECTION" "CONNECTION"
], ],
"command_tips": [
"NONDETERMINISTIC_OUTPUT_ORDER"
],
"arguments": [ "arguments": [
{ {
"name": "filterby", "name": "filterby",
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
"CONNECTION" "CONNECTION"
], ],
"command_tips": [ "command_tips": [
"NONDETERMINISTIC_OUTPUT" "NONDETERMINISTIC_OUTPUT_ORDER"
] ]
} }
} }
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
], ],
[ [
"6.2.0", "6.2.0",
"Added the `SYNC` flushing mode modifier and the **lazyfree-lazy-user-flush** configuration directive." "Added the `SYNC` flushing mode modifier."
] ]
], ],
"command_flags": [ "command_flags": [
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
], ],
[ [
"6.2.0", "6.2.0",
"Added the `SYNC` flushing mode modifier and the **lazyfree-lazy-user-flush** configuration directive." "Added the `SYNC` flushing mode modifier."
] ]
], ],
"command_flags": [ "command_flags": [
......
...@@ -10,6 +10,9 @@ ...@@ -10,6 +10,9 @@
"command_flags": [ "command_flags": [
"NOSCRIPT" "NOSCRIPT"
], ],
"command_tips": [
"NONDETERMINISTIC_OUTPUT_ORDER"
],
"acl_categories": [ "acl_categories": [
"SCRIPTING" "SCRIPTING"
], ],
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"complexity": "O(1) (considering compilation time is redundant)", "complexity": "O(1) (considering compilation time is redundant)",
"group": "scripting", "group": "scripting",
"since": "7.0.0", "since": "7.0.0",
"arity": -5, "arity": -3,
"container": "FUNCTION", "container": "FUNCTION",
"function": "functionLoadCommand", "function": "functionLoadCommand",
"command_flags": [ "command_flags": [
...@@ -20,26 +20,12 @@ ...@@ -20,26 +20,12 @@
"RESPONSE_POLICY:ALL_SUCCEEDED" "RESPONSE_POLICY:ALL_SUCCEEDED"
], ],
"arguments": [ "arguments": [
{
"name": "engine-name",
"type": "string"
},
{
"name": "library-name",
"type": "string"
},
{ {
"name": "replace", "name": "replace",
"type": "pure-token", "type": "pure-token",
"token": "REPLACE", "token": "REPLACE",
"optional": true "optional": true
}, },
{
"name": "library-description",
"type": "string",
"token": "DESCRIPTION",
"optional": true
},
{ {
"name": "function-code", "name": "function-code",
"type": "string" "type": "string"
......
...@@ -15,8 +15,9 @@ ...@@ -15,8 +15,9 @@
"SCRIPTING" "SCRIPTING"
], ],
"command_tips": [ "command_tips": [
"NONDETERMINISTIC_OUTPUT",
"REQUEST_POLICY:ALL_SHARDS", "REQUEST_POLICY:ALL_SHARDS",
"RESPONSE_POLICY:ONE_SUCCEEDED" "RESPONSE_POLICY:SPECIAL"
] ]
} }
} }
...@@ -12,6 +12,11 @@ ...@@ -12,6 +12,11 @@
"NOSCRIPT", "NOSCRIPT",
"LOADING", "LOADING",
"STALE" "STALE"
],
"command_tips": [
"NONDETERMINISTIC_OUTPUT",
"REQUEST_POLICY:ALL_NODES",
"RESPONSE_POLICY:SPECIAL"
] ]
} }
} }
...@@ -13,6 +13,11 @@ ...@@ -13,6 +13,11 @@
"LOADING", "LOADING",
"STALE" "STALE"
], ],
"command_tips": [
"NONDETERMINISTIC_OUTPUT",
"REQUEST_POLICY:ALL_NODES",
"RESPONSE_POLICY:SPECIAL"
],
"arguments": [ "arguments": [
{ {
"name": "event", "name": "event",
......
...@@ -13,6 +13,11 @@ ...@@ -13,6 +13,11 @@
"LOADING", "LOADING",
"STALE" "STALE"
], ],
"command_tips": [
"NONDETERMINISTIC_OUTPUT",
"REQUEST_POLICY:ALL_NODES",
"RESPONSE_POLICY:SPECIAL"
],
"arguments": [ "arguments": [
{ {
"name": "COMMAND", "name": "COMMAND",
......
...@@ -13,6 +13,11 @@ ...@@ -13,6 +13,11 @@
"LOADING", "LOADING",
"STALE" "STALE"
], ],
"command_tips": [
"NONDETERMINISTIC_OUTPUT",
"REQUEST_POLICY:ALL_NODES",
"RESPONSE_POLICY:SPECIAL"
],
"arguments": [ "arguments": [
{ {
"name": "event", "name": "event",
......
...@@ -12,6 +12,11 @@ ...@@ -12,6 +12,11 @@
"NOSCRIPT", "NOSCRIPT",
"LOADING", "LOADING",
"STALE" "STALE"
],
"command_tips": [
"NONDETERMINISTIC_OUTPUT",
"REQUEST_POLICY:ALL_NODES",
"RESPONSE_POLICY:SPECIAL"
] ]
} }
} }
...@@ -13,6 +13,10 @@ ...@@ -13,6 +13,10 @@
"LOADING", "LOADING",
"STALE" "STALE"
], ],
"command_tips": [
"REQUEST_POLICY:ALL_NODES",
"RESPONSE_POLICY:ALL_SUCCEEDED"
],
"arguments": [ "arguments": [
{ {
"name": "event", "name": "event",
......
...@@ -8,7 +8,9 @@ ...@@ -8,7 +8,9 @@
"container": "MEMORY", "container": "MEMORY",
"function": "memoryCommand", "function": "memoryCommand",
"command_tips": [ "command_tips": [
"NONDETERMINISTIC_OUTPUT" "NONDETERMINISTIC_OUTPUT",
"REQUEST_POLICY:ALL_SHARDS",
"RESPONSE_POLICY:SPECIAL"
] ]
} }
} }
...@@ -8,7 +8,9 @@ ...@@ -8,7 +8,9 @@
"container": "MEMORY", "container": "MEMORY",
"function": "memoryCommand", "function": "memoryCommand",
"command_tips": [ "command_tips": [
"NONDETERMINISTIC_OUTPUT" "NONDETERMINISTIC_OUTPUT",
"REQUEST_POLICY:ALL_SHARDS",
"RESPONSE_POLICY:SPECIAL"
] ]
} }
} }
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