redisZRem: redisZRem

Description Usage Arguments Details Value Author(s) References

View source: R/zsetVal.R

Description

Delete an element from an ordered set.

Usage

1
redisZRem(key, member)

Arguments

key

The set name.

member

The element to delete.

Details

See the Redis documentation for details.

Value

0 or 1: 0 indicates that the element could not be removed, 1 that it was removed.

Author(s)

B. W. Lewis

References

http://redis.io/commands


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