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

redisZRem

redisZRem


Description

Delete an element from an ordered set.

Usage

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

"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.