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));
    }