-
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: feat/active-active
head repository: redis/redis-py
compare: master
- 10 commits
- 14 files changed
- 7 contributors
Commits on Jul 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b7dcd80 - Browse repository at this point
Copy the full SHA b7dcd80View commit details
Commits on Jul 7, 2025
-
Add support for new BITOP operations: DIFF, DIFF1, ANDOR, ONE (#3690)
* Add support for new BITOP operations: DIFF, DIFF1, ANDOR, ONE * fix linting issues * change version checking from 8.2.0 to 8.1.224
Configuration menu - View commit details
-
Copy full SHA for fbce374 - Browse repository at this point
Copy the full SHA fbce374View commit details -
Bump rojopolis/spellcheck-github-actions from 0.49.0 to 0.51.0 (#3689)
Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.49.0 to 0.51.0. - [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases) - [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md) - [Commits](rojopolis/spellcheck-github-actions@0.49.0...0.51.0) --- updated-dependencies: - dependency-name: rojopolis/spellcheck-github-actions dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: petyaslavova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a00d182 - Browse repository at this point
Copy the full SHA a00d182View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50773ec - Browse repository at this point
Copy the full SHA 50773ecView commit details
Commits on Jul 8, 2025
-
Co-authored-by: petyaslavova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07b0e2c - Browse repository at this point
Copy the full SHA 07b0e2cView commit details
Commits on Jul 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 310813a - Browse repository at this point
Copy the full SHA 310813aView commit details
Commits on Jul 11, 2025
-
Convert the value to int type only if it exists in CLIENT INFO (#3688)
Currently, client info will try to convert the set of keys to the int type without checking if it exists or not. For example, both `argv-mem` and `tot-mem` are introduced in 6.2, and force converting an non-existent value might cause an exception in older or newer versions. To keep the compatibility with the older/newer Redis server, we could just convert it only if the key exists.
Configuration menu - View commit details
-
Copy full SHA for ce56d1c - Browse repository at this point
Copy the full SHA ce56d1cView commit details
Commits on Jul 14, 2025
-
Support new VAMANA vector type (#3702)
* Support new vector type * Skip VAMANA tests is redis versin is not 8.2 * Add async tests * Fix resp 3 errors
Configuration menu - View commit details
-
Copy full SHA for a757bad - Browse repository at this point
Copy the full SHA a757badView commit details
Commits on Jul 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2b1ff53 - Browse repository at this point
Copy the full SHA 2b1ff53View commit details -
DOC-5424 time series examples (#3705)
* DOC-5424 creation and query examples * DOC-5424 aggregation examples * DOC-5424 remaining examples --------- Co-authored-by: petyaslavova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a001416 - Browse repository at this point
Copy the full SHA a001416View 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 feat/active-active...master