8000 Comparing 2.8.14...2.8.16 · StackExchange/StackExchange.Redis · GitHub
[go: up one dir, main page]

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.8.14
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.8.16
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 9, 2024

  1. Release notes for 2.8.14

    NickCraver committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    654859f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Always perform "last read" check in heartbeat when HeartbeatConsisten…

    …cyChecks is enabled (#2795)
    
    When we have slowly adding things to the heartbeat (originally intended just to send data to keep connections alive) like detecting connection health, the if/else has gotten more complicated. With the addition of HeartbeatConsistencyChecks, we prevented some fall throughs to later checks which means that if that option is enabled, we were no longer detecting dead sockets as intended.
    
    This is a tactical fix for the combination, but I think overall we should look at refactoring how this entire method works because shoehorning these things into the original structure/purpose has been problematic several times.
    NickCraver authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    322c704 View commit details
    Browse the repository at this point in the history
Loading
0