summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/command-info.md
blob: e16a5550c789d33bfc831bf6d30a175f3ab983a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
```