Rdocumentation
powered by
Learn R Programming
rredis (version 1.7.0)
redisZIncrBy: redisZIncrBy
Description
Increment the weight associated with an ordered set element.
Usage
redisZIncrBy(key, member, increment)
Arguments
key
The set name.
member
The set element.
increment
The numeric value by which to increase the weight associated with the element.
Value
The new weight associated with the element.
Details
See the Redis documentation for details.
References
http://redis.io/commands