open fun move(key: String, destdb: Int, handler: Handler<AsyncResult<Long>>): RedisClient
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