-
- Horizon Version: 5.9.8
- Laravel Version: 8.83.17
- PHP Version: 8.1.1
- Redis Driver & Version: phpredis 5.3.7
- Database Driver & Version: N/A
### Description:
I have 2 artisan comma…
-
I modify your `connections.clj` code to use junixsocket https://code.google.com/p/junixsocket/ . And so far, I can connect carmine to redis with unix domain socket (uds).
For the connection spec, :ho…
-
- Horizon Version: 5.9.10
- Laravel Version: 9.24.0
- PHP Version: 8.1.7
- Redis Driver & Version: phpredis 5.3.7
- Database Driver & Version: mariadb 10.8.3
### Description:
I'm tryin…
-
Since the new version is using Predis 2.0, the minimum PHP version should be bumped to 7.2
```
predis/predis v2.0.0 requires php ^7.2 || ^8.0 -> your php version (7.1.33) does not satisfy that req…
-
https://github.com/phpredis/phpredis#zpop
Would it be possible to implement them? Thanks
lulco updated
2 years ago
-
There is a commit in #273 made by @timnolte . But it doesnt work.
Do you think just by adding 'database' to $redis_server it will automagically select the database number for us?
You need to sele…
-
### Description
Where https://github.com/symfony/symfony/pull/30958 relates to introducing more extensive pub/sub capabilities on the AMQP exchanges, the Redis adapter currently does not support pub/…
-
Hey everyone,
after doing 136 posts on my own instance with 0.11.4 (latest commits) without any hassle, I am suddenly not able to post new pictures for whatever reason, the "Oops, something went wr…
-
### Expected behaviour
`$redis = new \Redis();
$redis->connect('127.0.0.1');
$redis->setOption(\Redis::OPT_READ_TIMEOUT, -1);
$redis->psubscribe(['/user.*/'], function ($r, $c, $m) {
va…
-
### Expected behaviour
I want to unsubscribe from the channel after receiving the first message.
### Actual behaviour
Waiting for timeout.
### I'm seeing this behaviour on
- OS: Ubuntu 2…