- 23 Oct, 2015 8 commits
-
-
Jeremy Meng authored
-
Jeremy Meng authored
-
Jeremy Meng authored
Use Volatile wrapper.
-
Jeremy Meng authored
-
Jeremy Meng authored
-
Jeremy Meng authored
-
Jeremy Meng authored
-
Jeremy Meng authored
Merge branch 'UpdateNUnitTo3' of https://github.com/RogerBestMsft/StackExchange.Redis into netcore-test
-
- 20 Oct, 2015 1 commit
-
-
RogerBest authored
-
- 19 Oct, 2015 1 commit
-
-
Jeremy Meng authored
-
- 15 Oct, 2015 5 commits
-
-
Jeremy Meng authored
-
Jeremy Meng authored
-
Jeremy Meng authored
-
Jeremy Meng authored
Remove usage of SslStream.IsEncrypted as it is not availalbe on dnxcore. On Desktop it simply returns IsAuthenticated.
-
Jeremy Meng authored
-
- 12 Oct, 2015 2 commits
-
-
Marc Gravell authored
Handle "inf" as well as "+inf"
-
Federico Daniel Colombo authored
Redis (v2.8 and v3) returns "inf" for positive infinity values, but here a "+inf" is expected. So changed the code to work with both: "+inf" as well as "inf". See Issue #287: https://github.com/StackExchange/StackExchange.Redis/issues/287
-
- 10 Oct, 2015 3 commits
-
-
Jeremy Meng authored
-
Jeremy Meng authored
-
Jeremy Meng authored
Add package for Timer. Use SpinWait struct to simulate the Thread.Yield. According to MSDN it will always yield after the initial several spins. Simple test shows it yields after 11 spins.
-
- 21 Sep, 2015 2 commits
-
-
Marc Gravell authored
-
Jeremy Meng authored
Replace StringComparer.InvariantCultrueIgnoreCase with STringComparer.OrdinalIgnoreCase as the former is almost always incorrect for string equality.
-
- 20 Sep, 2015 10 commits
-
-
Jeremy Meng authored
-
Jeremy Meng authored
-
Jeremy Meng authored
-
Jeremy Meng authored
-
Jeremy Meng authored
Disable logging of ThreadPool stats for netcore since Get{Max,Min,Available}Threads() are not supported. -
Jeremy Meng authored
Replace unsupported Environment.MachineName with Environment.GetEnvironmentVariable("ComputerName") call. -
Jeremy Meng authored
Remove usage of ThreadPriority for netcore.
-
Jeremy Meng authored
-
Jeremy Meng authored
-
Jeremy Meng authored
-
- 19 Sep, 2015 3 commits
-
-
Jeremy Meng authored
-
Jeremy Meng authored
-
Jeremy Meng authored
-
- 28 Aug, 2015 1 commit
-
-
Marc Gravell authored
#248 Exchanging operands in the ternary operators of server selection in TryResend in ServerSelectionStrategy
-
- 20 Aug, 2015 2 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
- 13 Aug, 2015 1 commit
-
-
Leosvel Pérez Espinosa authored
Exchanging operands in the ternary operators of server selection in TryResend in ServerSelectionStrategy
-
- 13 Jul, 2015 1 commit
-
-
Marc Gravell authored
Add ClientName to output for timeout messages
-