-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Comparing changes
Open a pull request
base repository: redis/redis-py
base: master
head repository: redis/redis-py
compare: 5.3
- 18 commits
- 44 files changed
- 11 contributors
Commits on Dec 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 03b7063 - Browse repository at this point
Copy the full SHA 03b7063View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaf7b64 - Browse repository at this point
Copy the full SHA eaf7b64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b9fc63 - Browse repository at this point
Copy the full SHA 3b9fc63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b7c4f8 - Browse repository at this point
Copy the full SHA 0b7c4f8View commit details
Commits on Dec 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9096317 - Browse repository at this point
Copy the full SHA 9096317View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8056198 - Browse repository at this point
Copy the full SHA 8056198View commit details
Commits on Feb 11, 2025
-
Backport from master (5.3.0b5) (#3506)
* Fixed flacky TokenManager test (#3468) * Fixed flacky TokenManager test * Fixed additional flacky test * Removed token count assertion * Skipped test on version 3.9 * Fix incorrect attribute reuse (#3456) add CacheEntry Co-authored-by: zhousheng06 <[email protected]> Co-authored-by: Vladyslav Vildanov <[email protected]> * Expand type for EncodedT (#3472) As of PEP 688, type checkers will no longer implicitly consider bytearray to be compatible with bytes * Moved self._lock initialisation to Pool constructor (#3473) * Moved self._lock initialisation to Pool constructor * Added test case * Codestyle fixes * Added correct annotations * DOC-4423: add TCEs for various command pages (#3476) Co-authored-by: Vladyslav Vildanov <[email protected]> * DOC-4345 added testable JSON search examples for home page (#3407) * DOC-4345 added testable JSON search examples for home page * DOC-4345 avoid possible non-deterministic results in tests * DOC-4345 close connection at end of example * DOC-4345 remove unnecessary blank lines * Adding unit text fixes to improve compatibility with MacOS. (#3486) * Adding unit text fixes to improve compatibility with MacOS. * Applying review comments * Unifying the exception msg validation pattern for both test_connection.py files --------- Co-authored-by: Vladyslav Vildanov <[email protected]> * Add return type to `close` functions (#3496) * Add types to ConnectionPool.from_url (#3495) Co-authored-by: Vladyslav Vildanov <[email protected]> * Add types to execute method of pipelines (#3494) Co-authored-by: Vladyslav Vildanov <[email protected]> * DOC-4796 fixed capped lists example (#3493) Co-authored-by: Vladyslav Vildanov <[email protected]> * typing for client __init__ (#3357) * typing for client __init__ * typing with string literals * retry_on_error more specific typing * retry typing * fix lint --------- Co-authored-by: Vladyslav Vildanov <[email protected]> * test: Updated CredentialProvider test infrastructure (#3502) * test: Updated CredentialProvider test infrastructure * Added linter exclusion * Updated dev dependency * Codestyle fixes * Updated async test infra * Added missing constant * Updated package version * Updated testing versions and docs * Updated server versions * Fixed test --------- Co-authored-by: zs-neo <[email protected]> Co-authored-by: zhousheng06 <[email protected]> Co-authored-by: Shantanu <[email protected]> Co-authored-by: David Dougherty <[email protected]> Co-authored-by: andy-stark-redis <[email protected]> Co-authored-by: petyaslavova <[email protected]> Co-authored-by: Patrick Arminio <[email protected]> Co-authored-by: Artur Mostowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28964c1 - Browse repository at this point
Copy the full SHA 28964c1View commit details
Commits on Apr 29, 2025
-
When SlotNotCoveredError is raised, the cluster topology should be re…
…initialized as part of error handling and retrying of the commands. (#3621)
Configuration menu - View commit details
-
Copy full SHA for 916afcb - Browse repository at this point
Copy the full SHA 916afcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 338cb99 - Browse repository at this point
Copy the full SHA 338cb99View commit details
Commits on Apr 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c5e4324 - Browse repository at this point
Copy the full SHA c5e4324View commit details -
Adding load balancing strategy configuration to cluster clients(repla…
…cement for 'read_from_replicas' config) (#3563) * Adding laod balancing strategy configuration to cluster clients(replacement for 'read_from_replicas' config) * Fixing linter errors * Changing the LoadBalancingStrategy type hints to be defined as optional. Fixed wording in pydocs * Adding integration tests with the different load balancing strategies for read operation * Fixing linters
Configuration menu - View commit details
-
Copy full SHA for eb91d4f - Browse repository at this point
Copy the full SHA eb91d4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53dba14 - Browse repository at this point
Copy the full SHA 53dba14View commit details -
Fixing the versions of some deprecations that wrongly added as 5.0.3 …
…- the correct version is 5.3.0 (#3625)
Configuration menu - View commit details
-
Copy full SHA for 35ca102 - Browse repository at this point
Copy the full SHA 35ca102View commit details -
Remove decreasing of created connections count when releasing not own…
…ed by connection pool connection(fixes issue #2832). (#3514) * Removing decreasing of created connections count when releasing not owned by connection pool connection(#2832). * Fixed another issue that was allowing adding connections to a pool owned by other pools. Adding unit tests. * Fixing a typo in a comment
Configuration menu - View commit details
-
Copy full SHA for b928f97 - Browse repository at this point
Copy the full SHA b928f97View commit details -
Configuration menu - View commit details
-
Copy full SHA for a336639 - Browse repository at this point
Copy the full SHA a336639View commit details -
Fix flake version to the last known working with our code. Since flak…
…e is no longer used in other versions - we don't need to use the latest
Configuration menu - View commit details
-
Copy full SHA for 1c0a6f2 - Browse repository at this point
Copy the full SHA 1c0a6f2View commit details -
Replacing the redis and redis-stack-server images with redis-libs-tes…
…ts image in test infrastructure (#3505) * Replacing the redis image with redis-libs-tests image in test infrastructure * Replacing redis-stack-server image usage with client-libs-test. Fixing lib version in setup.py * Defining stack tag variable for the build and test github action * Removing unused env var from build and test github actions
Configuration menu - View commit details
-
Copy full SHA for 46740c8 - Browse repository at this point
Copy the full SHA 46740c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 653d9ef - Browse repository at this point
Copy the full SHA 653d9efView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...5.3