summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/client-getname.md
blob: e91d8ae8bef77df15d086cc7ca89590fbc60228c (plain)
1
2
3
4
5
6
7
The `CLIENT GETNAME` returns the name of the current connection as set by
`CLIENT SETNAME`. Since every new connection starts without an associated name,
if no name was assigned a null bulk reply is returned.

@return

@bulk-string-reply: The connection name, or a null bulk reply if no name is set.