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.1.1
Choose a head ref
  • 4 commits
  • 16 files changed
  • 1 contributor

Commits on Oct 2, 2024

  1. 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
    vladvildanov authored Oct 2, 2024
    Copy the full SHA
    c31849c View commit details

Commits on Oct 4, 2024

  1. 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
    vladvildanov authored Oct 4, 2024
    Copy the full SHA
    aa22225 View commit details
  2. 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
    vladvildanov authored Oct 4, 2024
    Copy the full SHA
    e20f354 View commit details
  3. Updated package version (#3403)

    vladvildanov authored Oct 4, 2024
    Copy the full SHA
    4b3a6d0 View commit details
Loading