-
Adding support for PHPRedis (https://github.com/nicolasff/phpredis)
-
Now that we have the basic sync running with the websocket_server, we should look into how we can mirror the behaviour with a PHP-only backend.
socket.io supports long polling https://socket.io/doc…
-
Hi !
Since the [upgrade from 5.3.7 to 6.0.2](https://github.com/Scalingo/php-buildpack/commit/dd69aa940c10e94e324d83601fdff03ef411ffab) of **phpredis** on December the 20th, we have a lot of proble…
-
we use phpredis in our laravel project and we use redis frequency,sometimes the following problems occur:(9 error in one second)
[2017-07-04 09:55:55] local.ERROR: exception 'ErrorException' with mes…
-
Hi,
Thanks all the work in bringing this package to life!
Do you plan to make it compatible with the latest php versions (say 8 and above)?
Thanks
```
Package averias/phpredis-bloom has requireme…
-
Hello,
I found that our server sometimes throw the exception `read error on connection`.
We are using with phpredis.
The issue also happens in the vanilla phpredis and they have a long issue discuss…
-
phpredis returns false if a key does not exist, but without phpredis i get null if key does not exist
-
The usages of a Redis library are very inconsistent.
Having 1 Redis server without sentinel --> phpredis with ```\Redis```
Having X Redis server in a cluster --> not supported
Having X Redis serv…
-
### Expected behaviour
During a ~1hr window window across multiple php servers I saw `RedisCluster::get(): SSL: Connection reset by peer` intermittently on a small percentage of requests. I think my…
-
If this work with Predis Alongside...
I tried it,
I install Predis/predis and vetruvet/laravel-phpredis..
both are added in my config/app.php
And Both Service Provider
Laravel Default and Your Packag…