open fun migrate(host: String, port: Int, key: String, destdb: Int, timeout: Long, options: MigrateOptions, handler: Handler<AsyncResult<String>>): RedisClient
Atomically transfer a key from a Redis instance to another one.
destdb - Destination database index
handler - Handler for the result of this call.
Return