vertx / io.vertx.rxjava.redis / RedisTransaction / move

move

open fun move(key: String, destdb: Int, handler: Handler<AsyncResult<String>>): RedisTransaction

Move a key to another database

Parameters

key - Key to migrate

destdb - Destination database index

handler - Handler for the result of this call.

Return