summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/client-info.md
blob: ab645432f2797a3b1e38ae4078af6d127aeb06c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
The command returns information and statistics about the current client
connection in a mostly human readable format.

The reply format is identical to that of `CLIENT LIST`, and the content consists
only of information about the current client.

@examples

```cli
CLIENT INFO
```

@return

@bulk-string-reply: a unique string, as described at the `CLIENT LIST` page, for
the current client.