2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 27, 2024 — May 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix: Fixed potential deadlock from unexpected __del__ call (#3654) More... 2 days ago
fix: Revert wrongly changed default value for check_hostname when instantiating RedisSSLContext (#3655) More... 5 days ago
Remove mandatory update the CHANGES file for new PRs. Changes file will be kept for history for versions < 4.0.0 (#3645) More... 5 days ago
Update search_json_examples.ipynb: Fix the old import indexDefinition -> index_definition (#3652) More... 5 days ago
Support RESP3 with hiredis-py parser (#3648) More... 5 days ago
Add dynamic_startup_nodes parameter to async RedisCluster (#3646) More... 14 days ago
Updating the readme and lib version to contain the changes from the latest stable release (#3644) More... 15 days ago
Fix RedisCluster ssl_check_hostname not set to connections. For SSL verification with ssl_cert_reqs="none", check_hostname is set to False (#3637) More... 16 days ago
Multi exec on cluster (#3611) More... 16 days ago
Export REDIS_MAJOR_VERSION correctly in run-tests (#3642) More... 16 days ago
Fix matrix in hiredis-py-integration.yaml (#3641) More... 19 days ago
Test against unstable hiredis-py (#3617) More... 19 days ago
Adding return types for the RedisModuleCommands class (#3632) More... 20 days ago
Prevent RuntimeError while reinitializing clusters - sync and async (#3633) More... 20 days ago
Updating Redis 8 test image for GH pipeline (#3639) More... 20 days ago
Allow newer PyJWT versions (#3636) More... 20 days ago
Change type hints with possible None args or return types to be annotated with Optional - includes commands in core.py and json commands (#3610) More... 20 days ago
add equality and hashability to ``Retry`` and backoff classes (#3628) More... 21 days ago
Fix AttributeError on ClusterPipeline (#3634) More... 23 days ago
Changing the default value for ssl_check_hostname to True, to ensure security validations are not skipped by default (#3626) More... 28 days ago
Adding default retry configuration changes for cluster clients (#3622) More... 28 days ago
Updated default value of 'require_full_coverage' argument to true for sync Cluster client to match sync/async cluster APIs (#3434) More... 28 days ago
Updating pipeline tests to use test libs image with RC2. Updating timeseries tests. (#3623) More... 28 days ago
Fixing the versions of some deprecations that wrongly added as 5.0.3 - the correct version is 5.3.0 (#3625) More... 28 days ago
When SlotNotCoveredError is raised, the cluster topology should be reinitialized as part of error handling and retrying of the commands. (#3621) More... 29 days ago
Handling some special values when transforming responce data into list(issue #3573) (#3586) More... 29 days ago
Updating default retry strategy for standalone clients. 3 retries with ExponentialWithJitterBackoff become the default config. (#3614) More... about 1 month ago
Fixing flaky tests - part 2 (#3592) More... about 1 month ago
Marks old RediSearch 1.0 commands as deprecated (#3606) More... about 1 month ago
DOC-5107 added hash examples for index/query intro page (#3609) More... about 1 month ago