Snawoot / postfix-mta-sts-resolver

Daemon which provides TLS client policy for Postfix via socketmap, according to domain MTA-STS policy
MIT License
117 stars 23 forks source link

Move to aioredis v2 #77

Closed bjoe2k4 closed 2 years ago

bjoe2k4 commented 2 years ago

Is your feature request related to a problem? Please describe. From the docs of v2: As of December, 2019, this library had been abandoned

v2 started hitting repos of rolling release distros (e.g. Archlinux) a while ago. I'd prefer to install that instead of an outdated and unmaintained version from two years ago which conflicts with the current version unless docker or pyenv is used.

Describe the solution you'd like make a clear brake and adapt to new aioredis API

Describe alternatives you've considered support both aioredis versions

Additional context I've managed to do the necessary changes in redis_cache.py. Please let me what solution is preferred so that I may prepare a pull request.

Snawoot commented 2 years ago

Hello,

Thanks for reaching out! It's better to drop old aioredis version. Those who need older version have following options: