Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
fb4e0d40
Unverified
Commit
fb4e0d40
authored
Apr 05, 2022
by
Oran Agra
Committed by
GitHub
Apr 05, 2022
Browse files
Merge pull request #10532 from oranagra/7.0-rc3
Release 7.0 rc3
parents
d2b5a579
8b242ef9
Changes
171
Show whitespace changes
Inline
Side-by-side
src/commands/cluster-shards.json
0 → 100644
View file @
fb4e0d40
{
"SHARDS"
:
{
"summary"
:
"Get array of cluster slots to node mappings"
,
"complexity"
:
"O(N) where N is the total number of cluster nodes"
,
"group"
:
"cluster"
,
"since"
:
"7.0.0"
,
"arity"
:
2
,
"container"
:
"CLUSTER"
,
"function"
:
"clusterCommand"
,
"history"
:
[],
"command_flags"
:
[
"STALE"
],
"command_tips"
:
[
"NONDETERMINISTIC_OUTPUT"
]
}
}
src/commands/cluster-slaves.json
View file @
fb4e0d40
...
@@ -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"
...
...
src/commands/cluster-slots.json
View file @
fb4e0d40
...
@@ -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"
:
[
...
...
src/commands/command-docs.json
View file @
fb4e0d40
...
@@ -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"
,
...
...
src/commands/command-getkeysandflags.json
View file @
fb4e0d40
{
{
"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"
,
...
...
src/commands/command-info.json
View file @
fb4e0d40
...
@@ -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"
,
...
...
src/commands/command-list.json
View file @
fb4e0d40
...
@@ -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"
,
...
...
src/commands/command.json
View file @
fb4e0d40
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
"CONNECTION"
"CONNECTION"
],
],
"command_tips"
:
[
"command_tips"
:
[
"NONDETERMINISTIC_OUTPUT"
"NONDETERMINISTIC_OUTPUT
_ORDER
"
]
]
}
}
}
}
src/commands/flushall.json
View file @
fb4e0d40
...
@@ -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"
:
[
...
...
src/commands/flushdb.json
View file @
fb4e0d40
...
@@ -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"
:
[
...
...
src/commands/function-list.json
View file @
fb4e0d40
...
@@ -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"
],
],
...
...
src/commands/function-load.json
View file @
fb4e0d40
...
@@ -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"
...
...
src/commands/function-stats.json
View file @
fb4e0d40
...
@@ -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
"
]
]
}
}
}
}
src/commands/latency-doctor.json
View file @
fb4e0d40
...
@@ -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"
]
]
}
}
}
}
src/commands/latency-graph.json
View file @
fb4e0d40
...
@@ -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"
,
...
...
src/commands/latency-histogram.json
View file @
fb4e0d40
...
@@ -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"
,
...
...
src/commands/latency-history.json
View file @
fb4e0d40
...
@@ -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"
,
...
...
src/commands/latency-latest.json
View file @
fb4e0d40
...
@@ -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"
]
]
}
}
}
}
src/commands/latency-reset.json
View file @
fb4e0d40
...
@@ -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"
,
...
...
src/commands/memory-doctor.json
View file @
fb4e0d40
...
@@ -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"
]
]
}
}
}
}
Prev
1
2
3
4
5
6
…
9
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment