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

Migrate from aioredis to redis-py #86

Closed MartB closed 2 years ago

MartB commented 2 years ago

See https://github.com/aio-libs/aioredis-py/issues/1301 for reference

Purpose of proposed changes

Aioredis is now redis-py

Essential steps taken

Ported all the existing references to aioredis to their new locations.

Snawoot commented 2 years ago

Thank you for the contribution!

dilyanpalauzov commented 2 years ago

aioredis still referenced in man/mta-sts-daemon.yml.5.adoc and postfix_mta_sts_resolver/redis_cache.py .

dilyanpalauzov commented 2 years ago

aioredis still referenced in man/mta-sts-daemon.yml.5.adoc and postfix_mta_sts_resolver/redis_cache.py .

Never mind.

MartB commented 2 years ago

aioredis still referenced in man/mta-sts-daemon.yml.5.adoc and postfix_mta_sts_resolver/redis_cache.py .

Never mind.

Yeah somehow this is the same documentation location, if you find a different one, feel free to change it. I did not, during my quick skim :laughing: