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

DUMP() 공개 메소드

The returned value can be synthesized back into a Redis key using the RESTORE command.
public DUMP ( string $key ) : string
$key string
리턴 string
    public function DUMP($key)
    {
        return $this->_send(array('DUMP', $key));
    }