-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Comparing changes
Open a pull request
base repository: StackExchange/StackExchange.Redis
base: v2.1.0
head repository: StackExchange/StackExchange.Redis
compare: v2.1.30
- 18 commits
- 37 files changed
- 5 contributors
Commits on Mar 21, 2020
-
Actions! Let's see if we can make this merry-go-round spin. (#1398)
Billing issues have cleared on the org - taking a stab at this. First attempt: let's get a Linux CI going.
Configuration menu - View commit details
-
Copy full SHA for 2090d7d - Browse repository at this point
Copy the full SHA 2090d7dView commit details
Commits on Mar 23, 2020
-
Fix up boadcasts, tests, and logging across the board (#1400)
This changes does the following: - Moves the broadcast to be only before the master reconfiguration to both before *and* after - a fix following 88dcf0c to fix the gap. - Tweaks tests by overall lessening runtime (and thus build server time). Overall, fixes a few static timeouts to be conditional (so they short circuit faster if met), and brings some tests that were some variant of the above into RELEASE since they're safe now. - Changes `UntilCondition` to take a `TimeSpan`, just because clearer. Even though I IntelliSense completed `.FromMinutes()` earlier and watched it like an idiot for a while...I stand by this decision! - Locks the `ITestOutputHelper` writer because...that was jacked up in races:  ------ Note: a lot of the test changes are just optimizations to delays which allow longer but short-circuit sooner. The important changes are in broadcast and locking around the test runner. I can think of downsides to neither, but want some @mgravell eyes. This should resolve a lot of flaky-ness with local (and build agent) tests. Not all of it, but a lot of it!
Configuration menu - View commit details
-
Copy full SHA for b90f991 - Browse repository at this point
Copy the full SHA b90f991View commit details -
Message clarification for #1287 (#1396)
Old message: > To create a disconnected multiplexer, disable AbortOnConnectFail. New message proposal: > Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code.
Configuration menu - View commit details
-
Copy full SHA for 2ab9b37 - Browse repository at this point
Copy the full SHA 2ab9b37View commit details -
Better Connection Counts & Error Messages (#1397)
* ConnectionMultiplexer: track global counts for deebugging * Build dammit * Move to per-multiplexer/add tests Note: I know mutiplexer isn't spelled right - will fix that in a follow-up to avoid noise. * Fix test key names Broken since the 2.1 bump, oops * Simplify the NoConnectionAvailable static Simpifies usage for all callers. Also shares code and adds diagnostics to the "no connection" case. * Add tests for NoConnectionException * Failover: fix tests and debug some SubscriptionsSurviveMasterSwitchAsync is a thorn in our side - moving to DEBUG. * Remove bad check Inner is irrelevant here - can be not-null depending on the connection race. * Update message and add more tests! * Bump pipelines to 2.1.6
Configuration menu - View commit details
-
Copy full SHA for a01cd04 - Browse repository at this point
Copy the full SHA a01cd04View commit details -
Nick Craver committed
Mar 23, 2020 1Configuration menu - View commit details
-
Copy full SHA for 46be338 - Browse repository at this point
Copy the full SHA 46be338View commit details -
Sentinel: Several break fixes (#1402)
* fix naming of SentinelGetSentinelAddressesAsync * tyop * Sentinel: don't use async over sync with .Result Co-authored-by: mgravell <marc.gravell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 49f24a2 - Browse repository at this point
Copy the full SHA 49f24a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dcf55e - Browse repository at this point
Copy the full SHA 1dcf55eView commit details -
Nick Craver committed
Mar 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 531ffa4 - Browse repository at this point
Copy the full SHA 531ffa4View commit details -
FirstOrDefault love for Sentinel
Nick Craver committedMar 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 63bbcde - Browse repository at this point
Copy the full SHA 63bbcdeView commit details -
Move Issue922_ReconnectRaised to DEBUG
Nick Craver committedMar 23, 2020 Configuration menu - View commit details
-
Copy full SHA for c3bc13d - Browse repository at this point
Copy the full SHA c3bc13dView commit details
Commits on Mar 25, 2020
-
Sentinel: remove Thread.Sleep and throws (#1403)
We were throwing in event handlers...that's not good. Also post-thread sleep in timer callbacks.
Configuration menu - View commit details
-
Copy full SHA for fc8dcde - Browse repository at this point
Copy the full SHA fc8dcdeView commit details
Commits on Mar 27, 2020
-
Including SslProtocols in ConfigurationOptions.ToString() (#1408)
* Including SslProtocols in ConfigurationOptions.ToString() * Removing an unnecessary method and making the code concise (based on code review comments) Co-authored-by: Sampath Vuyyuru <sampath.vuyyuru@kincentric.com>
Configuration menu - View commit details
-
Copy full SHA for 6b20e13 - Browse repository at this point
Copy the full SHA 6b20e13View commit details
Commits on Mar 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8349c04 - Browse repository at this point
Copy the full SHA 8349c04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84bce91 - Browse repository at this point
Copy the full SHA 84bce91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06fd156 - Browse repository at this point
Copy the full SHA 06fd156View commit details -
documentation/release notes: support for user+password based authenti…
…cation (redis 6)
Configuration menu - View commit details
-
Copy full SHA for e12c612 - Browse repository at this point
Copy the full SHA e12c612View commit details
Commits on Apr 5, 2020
-
fix build to get green shields for Source Link and Deterministic (#1420)
fix build to get green shields for Source Link and Deterministic
Configuration menu - View commit details
-
Copy full SHA for eb97dc1 - Browse repository at this point
Copy the full SHA eb97dc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c3036a - Browse repository at this point
Copy the full SHA 5c3036aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.1.0...v2.1.30