-
There is a breaking change in phpredis, see https://github.com/phpredis/phpredis/issues/2564
If your project uses symfony/cache < 6.4.12 with redis enabled, the entire project crash with:
> Comp…
-
When a dependency package / PHP extension update is released and contains a breaking change, the package maintainer that depends on that package gets a lot of support requests because of the problem.
…
-
### Expected/Actual behaviour
When using Static analysis tools (or PHPStorm) a wrong case in Redis methods are reported (example https://phpstan.org/r/de1a12bf-6371-4157-a464-915339d34829) but most…
-
### Bug report
Since `1.12.3` (I think) PHPStan reports that some Redis methods have an incorrect case, e.g. `sIsMember`
```
86 Call to method Redis::sismember() with incorrect case: sIsM…
-
The parameter passing causes problems from the Docker container environment all the way to the phpredis->pconnect when using _unix socket_. The phpredis is kind of requiring the **port** setting to …
-
Sembra che la [versione 5.2.0](https://github.com/phpredis/phpredis/releases/tag/5.2.0) introduca il supporto a sentinel.
Si dovrebbe valutare quindi lo switch verso phpredis per il portale e l'intro…
-
### Bug report
PHPStan 1.10.41 introduced a bunch of fixed signatures for Redis (https://github.com/phpstan/phpstan/releases/tag/1.10.41), thanks to @Vaalyn. Some previously fine code is now not pass…
-
We discovered an issue with [phpredis](https://github.com/phpredis/phpredis).
We wan't to create a Redis mock to inject them into another class that expects an instance of `Redis`.
Our solution n…
-
It would be good to have this library support [phpredis](https://github.com/phpredis/phpredis) extension instead of only Predis. This library has the cleanest and better documented code compared to th…
-
Is there any progress about this?