26 lines
627 B
JSON
26 lines
627 B
JSON
![]() |
{
|
||
|
"GETKEYSINSLOT": {
|
||
|
"summary": "Return local key names in the specified hash slot",
|
||
|
"complexity": "O(log(N)) where N is the number of requested keys",
|
||
|
"group": "cluster",
|
||
|
"since": "3.0.0",
|
||
|
"arity": 4,
|
||
|
"container": "CLUSTER",
|
||
|
"function": "clusterCommand",
|
||
|
"command_flags": [
|
||
|
"RANDOM",
|
||
|
"STALE"
|
||
|
],
|
||
|
"arguments": [
|
||
|
{
|
||
|
"name": "slot",
|
||
|
"type": "integer"
|
||
|
},
|
||
|
{
|
||
|
"name": "count",
|
||
|
"type": "integer"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|