monospice / laravel-redis-sentinel-drivers

Redis Sentinel integration for Laravel and Lumen.
MIT License
101 stars 48 forks source link

I made a fork for newer installations of Laravel since this package is dead. Link: https://github.com/devnicolas1/laravel-redis-sentinel-drivers #43

Open devnicolas1 opened 4 months ago

devnicolas1 commented 4 months ago

I'm a bit late to the party, but I've made a fork that supports Laravel 9.x and Laravel 10.x: https://github.com/devnicolas1/laravel-redis-sentinel-drivers

I've used these versions in production for almost a year now and they seem just fine.

Laravel 11.x support will come as soon as I'm totally sure its working (and it probably is, so it shouldn't take too long).

Ill try to keep the fork updated with whatever is needed.

gabrielpeixoto commented 1 week ago

👀