redis-shake工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

26 lines
622 B

{
"REPLICAOF": {
"summary": "Make the server a replica of another instance, or promote it as master.",
"complexity": "O(1)",
"group": "server",
"since": "5.0.0",
"arity": 3,
"function": "replicaofCommand",
"command_flags": [
"NO_ASYNC_LOADING",
"ADMIN",
"NOSCRIPT",
"STALE"
],
"arguments": [
{
"name": "host",
"type": "string"
},
{
"name": "port",
"type": "integer"
}
]
}
}