tpitale / mail_room

Forward mail from gmail IMAP to a callback URL or job worker, simply.
MIT License
193 stars 51 forks source link

Update redis gem from v4 to v5 #168

Closed stanhu closed 3 months ago

stanhu commented 3 months ago

The redis v5 gem now depends on a new redis-client gem, which changes the internal client significantly. Update the tests with redis-client changes.

stanhu commented 3 months ago

I updated this in preparation for https://github.com/tpitale/mail_room/pull/169.

cablett commented 3 months ago

LGTM 🚀