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.
 
 
 

25 lines
564 B

{
"PSYNC": {
"summary": "Internal command used for replication",
"group": "server",
"since": "2.8.0",
"arity": -3,
"function": "syncCommand",
"command_flags": [
"NO_ASYNC_LOADING",
"ADMIN",
"NO_MULTI",
"NOSCRIPT"
],
"arguments": [
{
"name": "replicationid",
"type": "string"
},
{
"name": "offset",
"type": "integer"
}
]
}
}