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

Fix TypeError #82

Closed mzch closed 2 years ago

mzch commented 2 years ago

Fix TypeError

Purpose of proposed changes

Fix TypeError when using Redis cache

Essential steps taken

Give necessary argument to from_url method of aioredis

Snawoot commented 2 years ago

Thank you for the contribution! I've added few commits to bring everything in consistency and update docs: now in config we should use url key instead of address in order to totally match with options for aioredis.from_url.