1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Note that Redis Sentinel should be safe to use

This commit is contained in:
Mike Perham 2015-07-02 11:15:20 -07:00
parent 44d6462bea
commit 7bd53fb089

View file

@ -97,8 +97,8 @@ lots of jobs.
Sidekiq Pro functionality is affected by this change but some 3rd party
plugins might be.
- The Lua script used inside the reliable scheduler is not safe for use
with Redis Cluster, Redis Sentinel or other distributed Redis solutions.
It is safe to use with a typical master/slave replication setup.
with Redis Cluster or other multi-master Redis solutions.
It is safe to use with Redis Sentinel or a typical master/slave replication setup.
**You no longer require anything to use the Reliability features.**