mirror of https://github.com/valkey-io/valkey
23 lines
550 B
JSON
23 lines
550 B
JSON
{
|
|
"COMMAND": {
|
|
"summary": "Returns detailed information about all commands.",
|
|
"complexity": "O(N) where N is the total number of commands",
|
|
"group": "server",
|
|
"since": "2.8.13",
|
|
"arity": -1,
|
|
"function": "commandCommand",
|
|
"command_flags": [
|
|
"LOADING",
|
|
"STALE",
|
|
"SENTINEL"
|
|
],
|
|
"acl_categories": [
|
|
"CONNECTION",
|
|
"SLOW"
|
|
],
|
|
"command_tips": [
|
|
"NONDETERMINISTIC_OUTPUT_ORDER"
|
|
]
|
|
}
|
|
}
|