Redis – Server Client Getname Command

  • Post author:
  • Post category:Redis
  • Post comments:1 Comment

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

This Post Has One Comment

Leave a Reply