Redis CLIENT GETNAME command 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 Value
Bulk string reply − The connection name, or a null bulk reply, if no name is set.
Syntax
Following is the basic syntax of Redis CLIENT GETNAME command.
redis 127.0.0.1:6379> CLIENT GETNAME
Pingback: Redis - Server - Adglob Infosystem Pvt Ltd