abstract fun move(key: String, destdb: Int, handler: Handler<AsyncResult<String>>): RedisTransaction
Move a key to another database
destdb - Destination database index
handler - Handler for the result of this call.
Since
Redis 1.0.0 group: generic