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.
host - Destination host
host
port - Destination port
port
key - Key to migrate
key
destdb - Destination database index
destdb
timeout -
timeout
options - Migrate options
options
Return