redisZIncrBy: redisZIncrBy

Description Usage Arguments Details Value Author(s) References

View source: R/zsetVal.R

Description

Increment the weight associated with an ordered set element.

Usage

1
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 documentation built on May 2, 2019, 2:02 p.m.