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

{
"EXHSET": {
"summary": "TairHash, Insert a field into the TairHash specified by the key",
"complexity": "O(1)",
"group": "TairHash",
"function": "exhsetCommand",
"key_specs": [
{
"flags": [
"RW",
"UPDATE"
],
"begin_search": {
"index": {
"pos": 1
}
},
"find_keys": {
"range": {
"lastkey": 0,
"step": 1,
"limit": 0
}
}
}
]
}
}