vertx / io.vertx.reactivex.redis / RedisTransaction / migrate

migrate

open fun migrate(host: String, port: Int, key: String, destdb: Int, timeout: Long, options: MigrateOptions, handler: Handler<AsyncResult<String>>): RedisTransaction

Atomically transfer a key from a Redis instance to another one.

Parameters

host - Destination host

port - Destination port

key - Key to migrate

destdb - Destination database index

timeout -

options - Migrate options

handler - Handler for the result of this call.

Return