blob: 08250f15b8dd0522b8c1511e35799100b7868573 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"INFO": {
"summary": "Provides info about Redis Cluster node state",
"complexity": "O(1)",
"group": "cluster",
"since": "3.0.0",
"arity": 2,
"container": "CLUSTER",
"function": "clusterCommand",
"command_flags": [
"STALE"
],
"command_tips": [
"NONDETERMINISTIC_OUTPUT"
]
}
}
|