suspend fun RedisClient.moveAwait(key: String, destdb: Int): Long
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