laravel-redis-sentinel-drivers
laravel-redis-sentinel-drivers copied to clipboard
Redis Sentinel integration for Laravel and Lumen.
Can we please get a new version bump, so that L8 is supported? Thanks!
This PR implements the PhpRedis client for Redis Sentinel. It wraps all methods with a retryOnFailure and creates a new Redis client when the connection fails.
Hello there, Since upgrading to PHP8.1 New Relic is alive with the below error. I can't actually see these logs in Laravel.log or the Horizon.log - I also can't confirm...
Hi, Laravel 9 is now out can you please update your dependencies so we can upgrade :) Thanks! -Rob
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 9.x. **Before merging**, you need to: - Checkout the `l9-compatibility`...
We run a 3 server Redis Sentinel cluster which is shared between a laravel app and also a java application. Presently right now, database 0 is used for the java...
Hi, I have asked this same question here https://github.com/arquivei/laravel-prometheus-exporter/issues/20, but did not receive any guidance, I will try my luck here. I'm using both, this package redis sentinel driver and...
When I run start-cluster, I get this. What seems to be the problem here? ``` $ sh start-cluster.sh : not founder.sh: 34: : not founder.sh: 45: start-cluster.sh: 47: Syntax error:...
I tried to use this driver in a production setup with 3 Sentinel instances on a 1 Master + 2 Replica cluster but I ended up with 20ms extra latency...
This packages implementation is broken in Laravel 7. When you set your `CACHE_DRIVER=redis-sentinel`, it breaks with the following error: ``` InvalidArgumentException Driver [redis-sentinel] is not supported. at vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:110 106| if...