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
Return