vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / zincrbyAwait

zincrbyAwait

suspend fun RedisTransaction.zincrbyAwait(key: String, increment: Double, member: String): String

Increment the score of a member in a sorted set

Parameters

key - Key string

increment - Increment amount

member - Member key

handler - Handler for the result of this call.

Return