aredis icon indicating copy to clipboard operation
aredis copied to clipboard

Add support for KEEPTTL option of SET command

Open sam-mosleh opened this issue 5 years ago • 1 comments

Fixes #175

sam-mosleh avatar Oct 29 '20 15:10 sam-mosleh

Hi @sam-mosleh -- just wanted to let you know that my org has recently forked aredis as it appears to have become unmaintained and we've merged in this pull request (and all other open PRs against the aredis repo); in case you find it useful, the fork is here and version 2.0.0 is on PyPI with your changes.

Also wanted to thank you for implementing this; we've been doing a terrible ttl -> setex thing to try to approximately avoid adjusting some ttls and having this directly in aredis is going to make maintenance so much easier.

TheKevJames avatar Jun 09 '21 00:06 TheKevJames