vertx / io.vertx.rxjava.redis / RedisTransaction / zscore

zscore

open fun zscore(key: String, member: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Get the score associated with the given member in a sorted set

Parameters

key - Key string

member - Member in the sorted set identified by key

handler - Handler for the result of this call.

Return