jazzband/django-redis

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

Open

#730 aberto em 17 de fev. de 2024

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

Métricas do repositório

Stars
 (3.075 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador