vertx / io.vertx.reactivex.redis / RedisTransaction / rxZincrby
rxZincrby
open fun rxZincrby(key: String, increment: Double, member: String): Single<String>
Increment the score of a member in a sorted set
Parameters
key - Key string
increment - Increment amount
member - Member key
Return