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: 7.1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 13 files changed
  • 5 contributors

Commits on Nov 13, 2025

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

Commits on Nov 19, 2025

  1. Expand cluster READ_COMMANDS with additional read-only commands and r…

    …eorganize the list of commands by category (#3845)
    
    * Updating the list with commands allowed to be sent to the read-only cluster replica nodes
    
    * Applying review comment
    petyaslavova committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    46ff042 View commit details
    Browse the repository at this point in the history
  2. Update Type Hints for List Command Parameters from str to KeyT (#3848)

    * Extending the typehints for list names from just strings to KeyT
    
    * Update tests/test_commands.py
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Skipping new test on cluster - some commands contain multi-node keys
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    petyaslavova and Copilot committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    b49dce1 View commit details
    Browse the repository at this point in the history
  3. [#3612] Generating unique command cache key (#3765)

    * Fix for _current_command_cache_key generating same against key for different fields
    
    * correction in test_read_response_returns_cached_reply test case for new redis_args field
    
    * Update redis/cache.py
    
    * linter checks
    
    * Fixing resp3 failing tests.Adding hash fields behavior test
    ShubhamKaudewar authored and petyaslavova committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    d1769a2 View commit details
    Browse the repository at this point in the history
  4. Changing log level to be debug for failed maintenance notification en…

    …ablement when enabled='auto' (#3851)
    petyaslavova committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    8cc50a5 View commit details
    Browse the repository at this point in the history
  5. Added custom event handler section (#3853)

    * Added custom event handler section
    
    * Update docs/multi_database.rst
    
    Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
    
    * Update docs/multi_database.rst
    
    Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
    2 people authored and petyaslavova committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    2235cc7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7c1755 View commit details
    Browse the repository at this point in the history
Loading