CLIENT INFO
Syntax
CLIENT INFO
- Available since:
- Redis Open Source 6.2.0
- Time complexity:
- O(1)
- ACL categories:
-
@slow,@connection, - Compatibility:
- Redis Software and Redis Cloud compatibility
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
Redis Software and Redis Cloud compatibility
| Redis Enterprise |
Redis Cloud |
Notes |
|---|---|---|
| ✅ Standard |
✅ Standard |
Return information
Bulk string reply: a unique string for the current client, as described at the
CLIENT LIST page.