summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/client-info.md
blob: f60592e1753e1a3161680b246c603ca293c9d4bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.