-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added redis sentinel support #9
added redis sentinel support #9
Conversation
@devppjr @masom @phoet @heynemann Hey guys, could you review my changes please? |
3a439bb
to
ccda32f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ✅ . Could you review too? @masom @heynemann @phoet @Bladrak
ccda32f
to
57b2e06
Compare
57b2e06
to
f859e51
Compare
hi @Bladrak @masom, could u publish this version? Or give us permissions to publish, for me and @RaphaelVRossi? Users on pypi:
|
@devppjr I've sent invites from pypi, let me know if that works :-) |
We need to make Thumbor able to connect Redis Sentinel.
To make this possible, we created a
RedisBaseStorage
to shared common code betweenStorage
andResultStorage
, and added a docker with Redis Sentinel to make unit tests possible.