vertx / io.vertx.reactivex.redis / RedisTransaction / rxRestore

rxRestore

open fun rxRestore(key: String, millis: Long, serialized: String): Single<String>

Create a key using the provided serialized value, previously obtained using DUMP.

Parameters

key - Key string

millis - Expiry time in milliseconds to set on the key

serialized - Serialized form of the key value as obtained using DUMP

Return