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: 3.0.25
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: 3.1.0
Choose a head ref
  • 4 commits
  • 137 files changed
  • 2 contributors

Commits on Jul 29, 2026

  1. shipfiles

    mgravell committed Jul 29, 2026
    Configuration menu
    Copy the full SHA
    c66cb65 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2026

  1. CI: stop dpkg starting redis-server on the Windows/WSL job (#3145)

    We hand-start every server instance the tests need, so drop a policy-rc.d
    that tells invoke-rc.d/deb-systemd-invoke not to start services at all. The
    packaged redis-server unit would otherwise race our own primary for
    127.0.0.1:6379 on any run where WSL came up with systemd.
    
    That also sidesteps an install hang we saw with the 8.10.0 package: its
    redis.conf lost "supervised auto", so redis never sd_notify()s, the
    Type=notify unit never leaves "activating", and the postinst's
    "systemctl start" blocks (indefinitely, since redis then can't save its RDB
    on SIGTERM and the unit disables the stop timeout). That is an upstream
    packaging slip which they are already fixing, so this isn't a permanent
    change in behaviour from 8.10 - but not starting the service is the right
    thing for this job regardless.
    
    Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
    mgravell and claude authored Jul 30, 2026
    Configuration menu
    Copy the full SHA
    ad623db View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2026

  1. 3.1 - Client-side geographic failover (#3025)

    This PR is best summarised by docs/Failover.md
    mgravell authored Jul 31, 2026
    Configuration menu
    Copy the full SHA
    06b2eef View commit details
    Browse the repository at this point in the history
  2. 3.1 GA shipfiles etc

    mgravell committed Jul 31, 2026
    Configuration menu
    Copy the full SHA
    bf8fac8 View commit details
    Browse the repository at this point in the history
Loading