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: master
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: feat/hitless_upgrade_sync_cluster_client
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 15 files changed
  • 1 contributor

Commits on Dec 3, 2025

  1. Adding maintenance notification configuration to cluster client. Inte…

    …gration with testing helper proxy server. (#3844)
    
    * Adding maint_notifications_config to RedisCluster's NodesManager
    
    * Adding Redis Proxy integration
    
    * Migrating test proxy helper to use custom https client
    petyaslavova committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    9779c83 View commit details
    Browse the repository at this point in the history
  2. Adding OSS Notification Classes for SMIGRATING and SMIGRATED. Handlin…

    …g of SMIGRATING is completed and covered with tests. (#3849)
    
    * Adding maintenance notifications for OSS API enabled connections
    
    * Adding oss maint notifications handler configurations to parsers. Placeholder for smigrated handler in OSSMaintNotificationsHandler class
    
    * Applying review comments. Finilized the notifications format.
    petyaslavova committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    574b98d View commit details
    Browse the repository at this point in the history
  3. Adding handling of SMIGRATED push notifications (#3857)

    * Adding SMIGRATED handling
    
    * Applying Copilot's comments
    
    * Applying review comments
    petyaslavova committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    3f6e277 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0e5aea View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. Applying the changes in the SMIGRATED notification format (#3868)

    * Refactoring the logic related to SMIGRATED notification format. Applying the new format.
    
    * Add handling for parallel slot migrations with maintenance notifications flow for OSS Cluster API (#3869)
    
    * Adding handling of parallel slot migrations when OSS cluster api is used
    
    * Applying review comments
    petyaslavova authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    bc74454 View commit details
    Browse the repository at this point in the history
Loading