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.
 
 
 

42 lines
1.1 KiB

{
"REPLY": {
"summary": "Instruct the server whether to reply to commands",
"complexity": "O(1)",
"group": "connection",
"since": "3.2.0",
"arity": 3,
"container": "CLIENT",
"function": "clientCommand",
"command_flags": [
"NOSCRIPT",
"LOADING",
"STALE"
],
"acl_categories": [
"CONNECTION"
],
"arguments": [
{
"name": "on_off_skip",
"type": "oneof",
"arguments": [
{
"name": "on",
"type": "pure-token",
"token": "ON"
},
{
"name": "off",
"type": "pure-token",
"token": "OFF"
},
{
"name": "skip",
"type": "pure-token",
"token": "SKIP"
}
]
}
]
}
}