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.12.4
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.12.8
Choose a head ref
  • 4 commits
  • 62 files changed
  • 2 contributors

Commits on Mar 20, 2026

  1. release notes 2.12.4

    mgravell committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    600119e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2026

  1. Filter out 'temporary placeholder' cluster nodes with a handshake flag (

    #3043)
    
    * Filter out 'temporary placeholder' clsuter nodes with handshake flag that redis creates internally during cluster handshake (during initial cluster MEET, cluster MEET, cluster PONG sequence) since they are not expected to be usable members of the cluster at that time.
    
    * - move the "ignore handshake nodes" logic deeper into the client, so external callers can still fetch the value
    - add new IgnoreFromClient internal member for ^^^, and use
    - support "handshake" etc in the in-proc test server
    - support "only initially connect to default node" in the in-proc test server
    - add a unit test that handshake nodes are ignored
    
    * prove that ClusterNodesAsync still reports the node
    
    * split out the two "handshake" test parts
    
    * in-proc test server; make DefaultEndPoint reliable
    
    * release notes
    
    * put IsHandshake onto public API
    
    ---------
    
    Co-authored-by: Marc Gravell <[email protected]>
    TimLovellSmith and mgravell authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    364b847 View commit details
    Browse the repository at this point in the history
  2. Support multi-DB cluster usage on valkey (#3040)

    * - propose new API to resolve product variant; only handles Redis, Valkey and Garnet at the moment
    
    * - change the test-server to support multi-DB operations
    - update the client to use the product-variant info to allow multi-DB operations on Valkey
    - unit test with the toy-server
    
    * naming is hard
    
    * release notes
    mgravell authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    ea5a640 View commit details
    Browse the repository at this point in the history
  3. Implement GRCA (#3041)

    * Implement GRCA (redis/redis#14826)
    
    * Flag [SER006]; remove [SER001]
    
    * release notes
    
    * Update ReleaseNotes.md
    mgravell authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    8af9911 View commit details
    Browse the repository at this point in the history
Loading