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: StackExchange/StackExchange.Redis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.11.3
Choose a base ref
...
head repository: StackExchange/StackExchange.Redis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.11.8
Choose a head ref
  • 5 commits
  • 10 files changed
  • 2 contributors

Commits on Feb 19, 2026

  1. release notes

    mgravell committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    11af75b View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. Handle MOVED error pointing to same endpoint. (#3003)

    * Handle MOVED error pointing to same endpoint by triggering reconnection before retrying the request.
    
    * Better stimulate proxy/LB
    
    * Increase timeout
    
    * Fixed key name to prevent collisions
    
    * Add NeedsReconnect flag to defer reconnection to reader loop for MOVED-to-same-endpoint
    
    * drop unstable test
    
    ---------
    
    Co-authored-by: Marc Gravell <marc.gravell@gmail.com>
    barshaul and mgravell authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    d4b2f39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa25c4c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. doomed test, needs thought

    mgravell committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    05c80ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    248ff15 View commit details
    Browse the repository at this point in the history
Loading