Jamm\Memory\RedisServer::ECHO_ PHP 메소드

ECHO_() 공개 메소드

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