vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / renamenxAwait

renamenxAwait

suspend fun RedisTransaction.renamenxAwait(key: String, newkey: String): String

Rename a key, only if the new key does not exist

Parameters

key - Key string to be renamed

newkey - New key string

handler - Handler for the result of this call.

Return