- 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
-
- 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 1 commit
-
-
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 10 commits
-
-
Marc Gravell authored
Add ClientName to output for timeout messages
-
Jon Cole authored
-
Marc Gravell authored
-
Marc Gravell authored
-
https://github.com/deepakverma/StackExchange.RedisMarc Gravell authored
Conflicts: StackExchange.Redis/StackExchange/Redis/PhysicalConnection.cs
-
Marc Gravell authored
Added `defaultDatabase`
-
Marc Gravell authored
Default SslHost in clustering mode
-
Marc Gravell authored
added IConnectionMultiplexer interface to facilitate better unit testing
-
Marc Gravell authored
fixed ClientName summary doc typo
-
Marc Gravell authored
-
- 03 Jul, 2015 2 commits
-
-
Ryan Miranda authored
-
Ryan Miranda authored
-
- 11 Jun, 2015 1 commit
-
-
Edward Brey authored
-