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: v5.1.0
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: v5.2.0
Choose a head ref
  • 6 commits
  • 22 files changed
  • 4 contributors

Commits on Oct 7, 2024

  1. Backport 5.1 changes into master (#3406)

    * Updated package version (#3389)
    
    * Fix bug with Redis Set commands returns List instead of Set (#3399)
    
    * Fix bug with Redis Set commands returns List instead of Set in RESP2
    
    * Removed fixture, codestyle fixes
    
    * Fixed tests for async
    
    * Fixed asyncio cluster test cases
    
    * Added Sets alignment for RESP2 and RESP3
    
    * Updated doctests
    
    * Fix bug with partial Hiredis availability (#3400)
    
    * Fix bug with partial Hiredis availability
    
    * Added yes flag
    
    * Codestyl fixes
    
    * Removed redundant check
    
    * Removed redundant checks associated with pack command
    
    * Updated condition to check the actual flag
    
    * Removed unused import
    
    * Fix bug with async pipeline and cluster fails with some commands (#3402)
    
    * Fix bug with async pipeline fails with some commands
    
    * Codestyl changes
    
    * Remove keys option in cluster context
    
    * Updated package version (#3403)
    vladvildanov authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    700045c View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

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

Commits on Oct 16, 2024

  1. DOC-4199: add TCEs to the combined query page (#3380)

    Co-authored-by: Vladyslav Vildanov <117659936+vladvildanov@users.noreply.github.com>
    dwdougherty and vladvildanov authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    d6ddb0d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

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

Commits on Oct 22, 2024

  1. adds scorer to AggregateRequest (#3409)

    * adds scorer to AggregateRequest
    
    * fix linting
    
    * update tests for BM25
    
    * enum for aggregation scorer
    
    * update signature
    
    * revert back to string input
    
    ---------
    
    Co-authored-by: Vladyslav Vildanov <117659936+vladvildanov@users.noreply.github.com>
    rbs333 and vladvildanov authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    00f5be4 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

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