You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for the new `NX`, `XX`, and `CH` flags in the `ZADD`
command, which can only be provided with `redis-py` version 3 installed.
This fixes a subset of what's filed in jamesls#232. `INCR` flag will be
implemented in a different pull request, as it's completely different to
handle.
Support NX/XX/CH flags in ZADD command
Add support for the new `NX`, `XX`, and `CH` flags in the `ZADD`
command, which can only be provided with `redis-py` version 3 installed.
This fixes a subset of what's filed in #232. `INCR` flag will be
implemented in a different pull request, as it's completely different to
handle.
ZADD supports flags NX, XX, CH and INCR, which are not yet implemented.
The text was updated successfully, but these errors were encountered: