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
Thanks for creating this (much simpler) version of the sentinel driver. We've started to move away from our pull request (monospice/laravel-redis-sentinel-drivers#36) to this package.
I'm currently not working anymore on the project for which this library was built and in the end, we also moved away from redis-sentinel altogether. Although I remember building retry logic around the normal Redis driver... so this is not something new to me.
However, I'm of course open to suggestions on how to implement this. 👍
Hi there!
Thanks for creating this (much simpler) version of the sentinel driver. We've started to move away from our pull request (monospice/laravel-redis-sentinel-drivers#36) to this package.
One big difference I've seem to find is that this package does not retry the executed command when the master Redis instance goes away (for instance with a rolling update). Might be interesting to implement it, for instance: https://github.com/monospice/laravel-redis-sentinel-drivers/pull/36/files#diff-3bf85f59585710cebd9ae7787d8b7ffb7df273ce8ffe2e72053ef96b4bb81ccaR256.
I'd be willing to put in the time for the pull request if you are open for it!
The text was updated successfully, but these errors were encountered: