jazzband/django-redis

Add NX, XX, GT and LT to expire and pexpire

Open

#730 opened on Feb 17, 2024

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Python (452 forks)auto 404
good first issue

Repository metrics

Stars
 (3,075 stars)
PR merge metrics
 (PR metrics pending)

Description

Problem Statement It would be nice to fully support NX, XX, GT and LT to make it more efficient to do complex operations. Have a look here and here

Describe the solution you'd like Just add the flags and the tests

Contributor guide