修改本页

Redis 命令 客户端 文档 社区 下载 问题 支持 许可

CLIENT GETNAME

相关命令

Available since 2.6.9.

时间复杂度: O(1)

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.

返回值

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

Comments powered by Disqus

This website is open source software developed by Citrusbyte.

The Redis logo was designed by Carlos Prioglio. See more credits.

Sponsored by Redis Support