blob: 546c14cfc25e461358f21fb0b8dc9cf9299f24cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
{
"LOLWUT": {
"summary": "Displays computer art and the Redis version",
"group": "server",
"since": "5.0.0",
"arity": -1,
"function": "lolwutCommand",
"command_flags": [
"READONLY",
"FAST"
],
"reply_schema": {
"type": "string",
"description": "String containing the generative computer art, and a text with the Redis version."
},
"arguments": [
{
"token": "VERSION",
"name": "version",
"type": "integer",
"optional": true
}
]
}
}
|