-
### Expected behaviour
zInter should not be an alias for zinterstore. They do two different things.
https://redis.io/commands/zinter/ - returns the intersection of two sets
https://redis.io/comma…
-
- Horizon Version: 5.9.10
- Laravel Version: 9.24.0
- PHP Version: 8.0.21
- Redis Driver & Version: predis/phpredis phpredis
- Database Driver & Version: MySQL
### Description:
When one…
-
Hello!
We are not quite sure whether any issues exists or we just simply use RedisSentinel incorrectly. So plz correct us if our assumptions about RedisSentinel behaviour are incorrect.
### Expe…
-
### Bug description
Setting `DD_TRACE_PHPREDIS_ENABLED` does not seem to enable the `phpredis` extension on PHP 8.
The debug logs show:
```
PHP message: [2022-05-04T19:21:35+00:00] [ddtrace] […
-
on testing on Laravel Redis (Predis lib)
$data = Redis::connection('test')->executeRaw(['ZEESQL.QUERY',"DB","COMMAND SELECT * FROM foo"]);
or
$data = Redis::connection('test')->executeRaw(['ZEESQ…
-
### Expected behaviour
As per [hScan documentation](https://github.com/phpredis/phpredis/#hscan), the function should *always* return an array.
### Actual behaviour
It is observed that the me…
-
In cluster mode, phpredis automatically handles some multi-key commands and turns then to MULTI transactions. See https://github.com/phpredis/phpredis/blob/develop/cluster.markdown#multiple-key-comman…
-
### Expected behaviour
no error :)
### Actual behaviour
After upgrade from latest php7.2 to latest php 7.3 getting this error: `session_start(): Failed to read session data: redis (path: tcp://lo…
-
**Frequently asked questions**
- [x] I have read [Frequently Asked Questions](https://github.com/oerdnj/deb.sury.org/wiki/Frequently-Asked-Questions)
**Describe the bug**
It seems that the PECL…
-
- 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…