redisbloom-py icon indicating copy to clipboard operation
redisbloom-py copied to clipboard

Python client for Redisbloom

Results 9 redisbloom-py issues
Sort by recently updated
recently updated
newest added

I am doing some test of Cuckoo Filter with data set of range(1, 1e8) `redis_cuckoo.cfCreate(CK_FID, 100000000, bucket_size=10, ) cnt = 0 duplicate_cnt = 0 for i in range(100000000): exist =...

help wanted

As this library is unsupported, and supplanted by redis-py, we're removing the tdigest tests - to silence CI. Reminder: please use redis-py from now on, as this is archived.

maintenance

[Blackened](https://github.com/psf/black) code looks the same regardless of the project and this is why I believe we should format and check for black style on commits.

help wanted
x:quality

We should be able expose the package version at runtime via `__version__` attribute while ensuring a single source of truth for version number. Here's a discussion on how to standardize...

x:quality

@gkorland User should be able to create create the object once and configure the application later to support it using init_app() method like other libraries SQLAlchemy, Bcrypt etc. ``` from...

enhancement

![image](https://github.com/RedisBloom/redisbloom-py/assets/46556817/72887c95-f429-41fe-8b65-0f1d093e5b31)

The LGTM service is being shut off in two weeks. This pull request aims to remove all references to LGTM. Perhaps LGTM usage should be replaced with codeql, or a...