vertx / io.vertx.rxjava.redis / RedisTransaction / zincrby

zincrby

open fun zincrby(key: String, increment: Double, member: String, handler: Handler<AsyncResult<String>>): RedisTransaction

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