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.
 
 
 

20 lines
492 B

{
"DISCARD": {
"summary": "Discard all commands issued after MULTI",
"complexity": "O(N), when N is the number of queued commands",
"group": "transactions",
"since": "2.0.0",
"arity": 1,
"function": "discardCommand",
"command_flags": [
"NOSCRIPT",
"LOADING",
"STALE",
"FAST",
"ALLOW_BUSY"
],
"acl_categories": [
"TRANSACTION"
]
}
}