abstract fun zincrby(key: String, increment: Double, member: String, handler: Handler<AsyncResult<String>>): RedisTransaction
Increment the score of a member in a sorted set
handler - Handler for the result of this call.
Since
Redis 1.2.0 group: sorted_set