summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/command-info.md
blob: 92836e4cbfcd7f28db267bd407b8020bbdf16439 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Returns @array-reply of details about multiple Redis commands.

Same result format as `COMMAND` except you can specify which commands get
returned.

If you request details about non-existing commands, their return position will
be nil.

@return

@array-reply: nested list of command details.

@examples

```cli
COMMAND INFO get set eval
COMMAND INFO foo evalsha config bar
```