Learn R Programming

rredis (version 1.7.0)

redisZRem: redisZRem

Description

Delete an element from an ordered set.

Usage

redisZRem(key, member)

Arguments

key
The set name.
member
The element to delete.

Value

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

Details

See the Redis documentation for details.

References

http://redis.io/commands