vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / moveAwait

moveAwait

suspend fun RedisTransaction.moveAwait(key: String, destdb: Int): String

Move a key to another database

Parameters

key - Key to migrate

destdb - Destination database index

Return