Jamm\Memory\RedisServer::CLIENT_GETNAME PHP Méthode

CLIENT_GETNAME() public méthode

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