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
759 B

{
"EXZADD": {
"summary": "TairZset, Adds all the specified members with the specified (multi)scores to the tairzset stored at key",
"complexity": "O(N)",
"group": "TairZset",
"function": "exzaddCommand",
"key_specs": [
{
"flags": [
"RW",
"UPDATE"
],
"begin_search": {
"index": {
"pos": 1
}
},
"find_keys": {
"range": {
"lastkey": 0,
"step": 1,
"limit": 0
}
}
}
]
}
}