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.
 
 
 

50 lines
1.3 KiB

{
"PAUSE": {
"summary": "Stop processing commands from clients for some time",
"complexity": "O(1)",
"group": "connection",
"since": "2.9.50",
"arity": -3,
"container": "CLIENT",
"function": "clientCommand",
"history": [
[
"6.2.0",
"`CLIENT PAUSE WRITE` mode added along with the `mode` option."
]
],
"command_flags": [
"ADMIN",
"NOSCRIPT",
"LOADING",
"STALE"
],
"acl_categories": [
"CONNECTION"
],
"arguments": [
{
"name": "timeout",
"type": "integer"
},
{
"name": "mode",
"type": "oneof",
"optional": true,
"since": "6.2.0",
"arguments": [
{
"name": "write",
"type": "pure-token",
"token": "WRITE"
},
{
"name": "all",
"type": "pure-token",
"token": "ALL"
}
]
}
]
}
}