This repository was archived by the owner on Apr 6, 2019. It is now read-only.
High availability, sentinel, design improvement (#101) #109
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Tag
4.0.0.Date
September 20th, 2017
Changes
Additions
redis_clientrenamed intoclientredis_subscriberrenamed intosubscriberconnection failure. This ensure that now all callbacks are always calledRemovals
This is a major release with lots of breaking changes.
It aims to enable high availability configuration as well as improved consistency with an enhanced design.
If you are upgrading please consider the following breaking changes:
redis_clientis nowclientandredis_subscriberis nowsubscriberfuture_clienthas been removed, but it is actually merged intoclient. Simply switch fromfuture_clienttoclientand you will have the same behaviordisconnection_callbackhas been removed and replaced by aconnection_callback. If you are looking for exact same behavior, you will have to check if the state param is equal todropped.Any other changes should not be breaking changes but you might be interested into the added features.