Jamm\Memory\RedisServer::CLIENT_SETNAME PHP Method

CLIENT_SETNAME() public method

Set the current connection name
public CLIENT_SETNAME ( string $connection_name ) : boolean
$connection_name string
return boolean
    public function CLIENT_SETNAME($connection_name)
    {
        return $this->_send(array('CLIENT', 'SETNAME', $connection_name));
    }