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.

24 lines
620 B

{
"STATS": {
"summary": "Return information about the function currently running (name, description, duration)",
"complexity": "O(1)",
"group": "scripting",
"since": "7.0.0",
"arity": 2,
"container": "FUNCTION",
"function": "functionStatsCommand",
"command_flags": [
"NOSCRIPT",
"ALLOW_BUSY"
],
"acl_categories": [
"SCRIPTING"
],
"command_tips": [
"NONDETERMINISTIC_OUTPUT",
"REQUEST_POLICY:ALL_SHARDS",
"RESPONSE_POLICY:SPECIAL"
]
}
}