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:
parent
44d6462bea
commit
7bd53fb089
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@ lots of jobs.
|
||||||
Sidekiq Pro functionality is affected by this change but some 3rd party
|
Sidekiq Pro functionality is affected by this change but some 3rd party
|
||||||
plugins might be.
|
plugins might be.
|
||||||
- The Lua script used inside the reliable scheduler is not safe for use
|
- The Lua script used inside the reliable scheduler is not safe for use
|
||||||
with Redis Cluster, Redis Sentinel or other distributed Redis solutions.
|
with Redis Cluster or other multi-master Redis solutions.
|
||||||
It is safe to use with a typical master/slave replication setup.
|
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.**
|
**You no longer require anything to use the Reliability features.**
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue