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.
 
 
 

18 lines
421 B

{
"READONLY": {
"summary": "Enables read queries for a connection to a cluster replica node",
"complexity": "O(1)",
"group": "cluster",
"since": "3.0.0",
"arity": 1,
"function": "readonlyCommand",
"command_flags": [
"FAST",
"LOADING",
"STALE"
],
"acl_categories": [
"CONNECTION"
]
}
}