You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The class Credis_Cluster is marked as deprecated, and so are methods in Credis_Sentinel that are referencing Credis_Cluster, such as createCluster() and getCluster().
However, the documentation in README.markdown suggests using these methods for automatic failover with Sentinel, like this:
It was just never used or tested heavily to my knowledge and it predates and is made obsolete by the official Redis Cluster so I wouldn't recommend using it and would instead advise to consider using Redis Cluster if it meets your needs.
The class
Credis_Cluster
is marked as deprecated, and so are methods inCredis_Sentinel
that are referencingCredis_Cluster
, such ascreateCluster()
andgetCluster()
.However, the documentation in
README.markdown
suggests using these methods for automatic failover with Sentinel, like this:Is the documentation outdated? If so, how should automatic failover with Sentinel be set up using Credis to be compatible with future versions?
The text was updated successfully, but these errors were encountered: