Skip to content

Support for NX/XX/CH/INCR options to ZADD #649

@carljm

Description

@carljm

Redis 3.0.2+ support NX, XX, CH, and INCR options to the ZADD command: http://redis.io/commands/zadd#zadd-options-redis-302-or-greater

It doesn't seem (from the docs, at least) that redis-py supports these options.

Are you interested in supporting them? Should I bother with a pull request to implement support?

The one API issue is that the use of kwargs in the existing zadd API makes it a bit confusing where to add these options in the API with backward-compatibility. Any thoughts on that?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions