redisZAdd: redisZAdd

Description Usage Arguments Author(s) References

View source: R/zsetVal.R

Description

Add an element to a Redis sorted set. Sorted sets order their elements by numeric weights.

Usage

1
redisZAdd(key, score, member)

Arguments

key

The set name.

score

The numeric score associated with the new element (member).

member

The new object to add to the set.

Author(s)

B. W. Lewis

References

http://redis.io/commands


rredis documentation built on May 2, 2019, 2:02 p.m.