Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: redis/redis-py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: feat/active-active
Choose a base ref
...
head repository: redis/redis-py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 14 files changed
  • 7 contributors

Commits on Jul 4, 2025

  1. Configuration menu
    Copy the full SHA
    b7dcd80 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. 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
    ofekshenawa authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    fbce374 View commit details
    Browse the repository at this point in the history
  2. 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]>
    dependabot[bot] and petyaslavova authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    a00d182 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50773ec View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. Update README.md (#3699)

    Co-authored-by: petyaslavova <[email protected]>
    AmirHossein81Gholami and petyaslavova authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    07b0e2c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. Configuration menu
    Copy the full SHA
    310813a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2025

  1. 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.
    git-hulk authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    ce56d1c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. 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
    ofekshenawa authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    a757bad View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. Configuration menu
    Copy the full SHA
    2b1ff53 View commit details
    Browse the repository at this point in the history
  2. 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]>
    andy-stark-redis and petyaslavova authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    a001416 View commit details
    Browse the repository at this point in the history
Loading