Jamm\Memory\IRedisServer::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);