suspend fun RedisTransaction.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.
destdb
- Destination database index
handler
- Handler for the result of this call.
Return