Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport 5.1 changes into master #3406

Merged
merged 5 commits into from
Oct 7, 2024
Merged

Backport 5.1 changes into master #3406

merged 5 commits into from
Oct 7, 2024

Commits on Sep 27, 2024

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

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
    Configuration menu
    Copy the full SHA
    c31849c View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    aa22225 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    e20f354 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b3a6d0 View commit details
    Browse the repository at this point in the history