vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / renameAwait

renameAwait

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

Rename a key

Parameters

key - Key string to be renamed

newkey - New key string

handler - Handler for the result of this call.

Return