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

{
"TIME": {
"summary": "Return the current server time",
"complexity": "O(1)",
"group": "server",
"since": "2.6.0",
"arity": 1,
"function": "timeCommand",
"command_flags": [
"LOADING",
"STALE",
"FAST"
],
"command_tips": [
"NONDETERMINISTIC_OUTPUT"
]
}
}