Jamm\Memory\RedisServer::CLIENT_GETNAME PHP Method

CLIENT_GETNAME() public method

Get the current connection name
public CLIENT_GETNAME ( )
    public function CLIENT_GETNAME()
    {
        return $this->_send(array('CLIENT', 'GETNAME'));
    }