tpitale / mail_room

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

Deprecate the use of Redis namespaces #161

Closed stanhu closed 9 months ago

stanhu commented 9 months ago

As described in https://github.com/sidekiq/sidekiq/issues/2586 and http://www.mikeperham.com/2015/09/24/storing-data-with-redis/, Sidekiq 4.0 dropped the use of redis-namespace.

Let's follow suit and deprecate this dependency.