tpitale / mail_room

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

Add support for sentinel_username and sentinel_password parameters #169

Closed stanhu closed 3 months ago

stanhu commented 3 months ago

As documented in https://github.com/redis-rb/redis-client?tab=readme-ov-file#sentinel-support, redis-client allows sentinel_username and sentinel_password to be specified to avoid duplication of the username and password fields inside the sentinels array.

stanhu commented 3 months ago

This change might tie in with https://github.com/tpitale/mail_room/pull/154. sentinel_username and sentinel_password are only available with redis-rb v5, not v4.