suspend fun RedisTransaction.moveAwait(key: String, destdb: Int): String
Move a key to another database
key - Key to migrate
key
destdb - Destination database index
destdb
handler - Handler for the result of this call.
handler
Return