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

upgrade to aioredis v2 #79

Closed bjoe2k4 closed 2 years ago

bjoe2k4 commented 2 years ago

Purpose of proposed changes

Uprade to aioredis v2 as discussed in #77

Essential steps taken

Usage of aioredis has been adapted to the new API in necessary places.

Snawoot commented 2 years ago

Hello, @bjoe2k4!

Thank you for the contribution! There are few tests failing in the new implementation: https://app.travis-ci.com/github/Snawoot/postfix-mta-sts-resolver/jobs/552586610

Snawoot commented 2 years ago

Thanks for great job!