vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / migrateAwait

migrateAwait

suspend fun RedisClient.migrateAwait(host: String, port: Int, key: String, destdb: Int, timeout: Long, options: MigrateOptions): String

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