blob: cf0a98504e5c8a83b6ba20e8ea2f58c54dff2fcf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"LOLWUT": {
"summary": "Display some computer art and the Redis version",
"group": "server",
"since": "5.0.0",
"arity": -1,
"function": "lolwutCommand",
"command_flags": [
"READONLY",
"FAST"
],
"arguments": [
{
"token": "VERSION",
"name": "version",
"type": "integer",
"optional": true
}
]
}
}
|