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.
 
 
 

28 lines
687 B

{
"SWAPDB": {
"summary": "Swaps two Redis databases",
"complexity": "O(N) where N is the count of clients watching or blocking on keys from both databases.",
"group": "server",
"since": "4.0.0",
"arity": 3,
"function": "swapdbCommand",
"command_flags": [
"WRITE",
"FAST"
],
"acl_categories": [
"KEYSPACE",
"DANGEROUS"
],
"arguments": [
{
"name": "index1",
"type": "integer"
},
{
"name": "index2",
"type": "integer"
}
]
}
}