phpredis-bloom icon indicating copy to clipboard operation
phpredis-bloom copied to clipboard

PHP client for RedisBloom module

Results 4 phpredis-bloom issues
Sort by recently updated
recently updated
newest added

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...

checked tests with: `XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-text`

Given https://github.com/RedisBloom/RedisBloom/pull/285 there is the following set of commands we should enable: - `TDIGEST.CREATE`: Allocate a new histogram - `TDIGEST.RESET`: Empty out a histogram and re-initialize it - `TDIGEST.ADD`: Add...

Hi @averias Wondering if this library supports pipelining of commands as per [docs](https://redis.io/topics/pipelining) ? Thanks