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.13.1
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.13.10
Choose a head ref
  • 9 commits
  • 44 files changed
  • 1 contributor

Commits on May 12, 2026

  1. 2.13.1 post-ship

    mgravell committed May 12, 2026
    Configuration menu
    Copy the full SHA
    d861b44 View commit details
    Browse the repository at this point in the history
  2. clarify AMR only

    mgravell committed May 12, 2026
    Configuration menu
    Copy the full SHA
    dd18662 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2026

  1. Move CI to 8.8 rc1 (#3079)

    * update CI to 8.8 rc1
    
    * and the dockerfile
    mgravell authored May 15, 2026
    Configuration menu
    Copy the full SHA
    735c9b5 View commit details
    Browse the repository at this point in the history
  2. Draft support for 8.8 arrays (#3076)

    * draft support for 8.8 arrays
    
    * - mark API as experimental
    - add keyspace notification tests
    - tidying
    - docs
    
    * clarify how last-items interacts with ring buffers
    
    * fix CI netfx compilation
    
    * use ValuePairInterleavedProcessorBase to ensure that jagged vs flat doesn't impact us (RESP2 vs RESP3)
    
    * make life even easier
    
    * add Array to signature prefix list
    
    * stabilize hotkeys CI
    
    * fix last-minute ARGREP result change
    mgravell authored May 15, 2026
    Configuration menu
    Copy the full SHA
    099548b View commit details
    Browse the repository at this point in the history

Commits on May 19, 2026

  1. Don't serialize (ToString() or clone Protocol if it comes from the de…

    …faults-provider (#3082)
    
    * Don't serialize (ToString() or clone Protocol if it comes from the defaults-provider
    
    * field list
    
    * release notes
    mgravell authored May 19, 2026
    Configuration menu
    Copy the full SHA
    4d12984 View commit details
    Browse the repository at this point in the history
  2. enable TCP keep-alives (#3078)

    * enable TCP keep-alives
    
    * Update ReleaseNotes.md
    mgravell authored May 19, 2026
    Configuration menu
    Copy the full SHA
    2f9ae80 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2026

  1. Configuration menu
    Copy the full SHA
    a5eca86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce62271 View commit details
    Browse the repository at this point in the history
  3. Fix incorrect routing of some sorted-set and stream commands (#3080)

    * 1. test and fix incorrect routing of some "sorted set" and "stream" commands
    2. fix via new custom efficient message cores
    3. add reusable helpers for common null checks on key/value arrays
    4. prep work for likely ZDIFFCARD/ZUNIONCARD
    
    * rationalize
    
    * prefer async tests
    
    * add release note
    mgravell authored May 21, 2026
    Configuration menu
    Copy the full SHA
    3d1b0da View commit details
    Browse the repository at this point in the history
Loading