Jamm\Memory\RedisServer::ECHO_ PHP Method

ECHO_() public method

Echo the given string
public ECHO_ ( string $message ) : string
$message string
return string
    public function ECHO_($message)
    {
        return $this->_send(array('ECHO', $message));
    }