Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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.

Details

See the Redis documentation for details.

Value

The new weight associated with the element.

Author(s)

B. W. Lewis

References

http://redis.io/commands


rredis

"Redis" Key/Value Database Client

v1.7.0
Apache License (>= 2.0)
Authors
B. W. Lewis
Initial release
2015-07-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.