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
ad94bc31
Commit
ad94bc31
authored
Apr 10, 2023
by
Vitaly Arbuzov
Browse files
Merge branch 'unstable' into dict-split-by-slot
parents
a08686a5
e55568ed
Changes
423
Hide whitespace changes
Inline
Side-by-side
src/commands/sentinel-config.json
View file @
ad94bc31
{
"CONFIG"
:
{
"summary"
:
"Configure Sentinel"
,
"summary"
:
"Configure
s Redis
Sentinel
.
"
,
"complexity"
:
"O(1)"
,
"group"
:
"sentinel"
,
"since"
:
"6.2.0"
,
...
...
src/commands/sentinel-debug.json
View file @
ad94bc31
{
"DEBUG"
:
{
"summary"
:
"List or update the current configurable parameters"
,
"summary"
:
"List
s
or update
s
the current configurable parameters
of Redis Sentinel.
"
,
"complexity"
:
"O(N) where N is the number of configurable parameters"
,
"group"
:
"sentinel"
,
"since"
:
"7.0.0"
,
...
...
src/commands/sentinel-failover.json
View file @
ad94bc31
{
"FAILOVER"
:
{
"summary"
:
"Force a failover"
,
"summary"
:
"Force
s
a
Redis Sentinel
failover
.
"
,
"group"
:
"sentinel"
,
"since"
:
"2.8.4"
,
"arity"
:
3
,
...
...
src/commands/sentinel-flushconfig.json
View file @
ad94bc31
{
"FLUSHCONFIG"
:
{
"summary"
:
"Rewrite configuration file"
,
"summary"
:
"Rewrite
s the Redis Sentinel
configuration file
.
"
,
"complexity"
:
"O(1)"
,
"group"
:
"sentinel"
,
"since"
:
"2.8.4"
,
...
...
src/commands/sentinel-get-master-addr-by-name.json
View file @
ad94bc31
{
"GET-MASTER-ADDR-BY-NAME"
:
{
"summary"
:
"
G
et port and address of a master"
,
"summary"
:
"
R
et
urns the
port and address of a master
Redis instance.
"
,
"complexity"
:
"O(1)"
,
"group"
:
"sentinel"
,
"since"
:
"2.8.4"
,
...
...
src/commands/sentinel-help.json
View file @
ad94bc31
{
"HELP"
:
{
"summary"
:
"
Show
helpful text about the different subcommands"
,
"summary"
:
"
Returns
helpful text about the different subcommands
.
"
,
"complexity"
:
"O(1)"
,
"group"
:
"sentinel"
,
"since"
:
"6.2.0"
,
...
...
src/commands/sentinel-info-cache.json
View file @
ad94bc31
{
"INFO-CACHE"
:
{
"summary"
:
"
G
et cached INFO
from the instances in
the deployment"
,
"summary"
:
"
R
et
urns the
cached
`
INFO
` replies from
the deployment
's instances.
"
,
"complexity"
:
"O(N) where N is the number of instances"
,
"group"
:
"sentinel"
,
"since"
:
"3.2.0"
,
...
...
src/commands/sentinel-is-master-down-by-addr.json
View file @
ad94bc31
{
"IS-MASTER-DOWN-BY-ADDR"
:
{
"summary"
:
"
Check if a master
is down"
,
"summary"
:
"
Determines whether a master Redis instance
is down
.
"
,
"complexity"
:
"O(1)"
,
"group"
:
"sentinel"
,
"since"
:
"2.8.4"
,
...
...
src/commands/sentinel-master.json
View file @
ad94bc31
{
"MASTER"
:
{
"summary"
:
"
Show
s the state of a master"
,
"summary"
:
"
Return
s the state of a master
Redis instance.
"
,
"complexity"
:
"O(1)"
,
"group"
:
"sentinel"
,
"since"
:
"2.8.4"
,
...
...
src/commands/sentinel-masters.json
View file @
ad94bc31
{
"MASTERS"
:
{
"summary"
:
"
L
ist
the
monitored masters"
,
"summary"
:
"
Returns a l
ist
of
monitored
Redis
masters
.
"
,
"complexity"
:
"O(N) where N is the number of masters"
,
"group"
:
"sentinel"
,
"since"
:
"2.8.4"
,
...
...
src/commands/sentinel-monitor.json
View file @
ad94bc31
{
"MONITOR"
:
{
"summary"
:
"Start monitoring"
,
"summary"
:
"Start
s
monitoring
.
"
,
"complexity"
:
"O(1)"
,
"group"
:
"sentinel"
,
"since"
:
"2.8.4"
,
...
...
src/commands/sentinel-myid.json
View file @
ad94bc31
{
"MYID"
:
{
"summary"
:
"
G
et
the
Sentinel instance ID"
,
"summary"
:
"
R
et
urns the Redis
Sentinel instance ID
.
"
,
"complexity"
:
"O(1)"
,
"group"
:
"sentinel"
,
"since"
:
"6.2.0"
,
...
...
src/commands/sentinel-pending-scripts.json
View file @
ad94bc31
{
"PENDING-SCRIPTS"
:
{
"summary"
:
"
G
et information about pending scripts"
,
"summary"
:
"
R
et
urns
information about pending scripts
for Redis Sentinel.
"
,
"group"
:
"sentinel"
,
"since"
:
"2.8.4"
,
"arity"
:
2
,
...
...
src/commands/sentinel-remove.json
View file @
ad94bc31
{
"REMOVE"
:
{
"summary"
:
"Stop monitoring"
,
"summary"
:
"Stop
s
monitoring
.
"
,
"complexity"
:
"O(1)"
,
"group"
:
"sentinel"
,
"since"
:
"2.8.4"
,
...
...
src/commands/sentinel-replicas.json
View file @
ad94bc31
{
"REPLICAS"
:
{
"summary"
:
"
List
the monitored replicas"
,
"summary"
:
"
Returns a list of
the monitored
Redis
replicas
.
"
,
"complexity"
:
"O(N) where N is the number of replicas"
,
"group"
:
"sentinel"
,
"since"
:
"5.0.0"
,
...
...
src/commands/sentinel-reset.json
View file @
ad94bc31
{
"RESET"
:
{
"summary"
:
"Reset masters by name pattern"
,
"summary"
:
"Reset
s Redis
masters by name
matching a
pattern
.
"
,
"complexity"
:
"O(N) where N is the number of monitored masters"
,
"group"
:
"sentinel"
,
"since"
:
"2.8.4"
,
...
...
src/commands/sentinel-sentinels.json
View file @
ad94bc31
{
"SENTINELS"
:
{
"summary"
:
"
L
ist
the
Sentinel instances"
,
"summary"
:
"
Returns a l
ist
of
Sentinel instances
.
"
,
"complexity"
:
"O(N) where N is the number of Sentinels"
,
"group"
:
"sentinel"
,
"since"
:
"2.8.4"
,
...
...
src/commands/sentinel-set.json
View file @
ad94bc31
{
"SET"
:
{
"summary"
:
"Change the configuration of a monitored master"
,
"summary"
:
"Change
s
the configuration of a monitored
Redis
master
.
"
,
"complexity"
:
"O(1)"
,
"group"
:
"sentinel"
,
"since"
:
"2.8.4"
,
...
...
src/commands/sentinel-simulate-failure.json
View file @
ad94bc31
{
"SIMULATE-FAILURE"
:
{
"summary"
:
"Simulate failover scenarios"
,
"summary"
:
"Simulate
s
failover scenarios
.
"
,
"group"
:
"sentinel"
,
"since"
:
"3.2.0"
,
"arity"
:
-3
,
...
...
src/commands/sentinel-slaves.json
View file @
ad94bc31
{
"SLAVES"
:
{
"summary"
:
"
L
ist the monitored
slaves
"
,
"complexity"
:
"O(N) where N is the number of
slaves
"
,
"summary"
:
"
Returns a l
ist
of
the monitored
replicas.
"
,
"complexity"
:
"O(N) where N is the number of
replicas.
"
,
"group"
:
"sentinel"
,
"since"
:
"2.8.0"
,
"arity"
:
3
,
...
...
Prev
1
…
11
12
13
14
15
16
17
18
19
…
22
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