- 10 Oct, 2015 1 commit
-
-
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
-
- 02 Jun, 2015 2 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
- 01 Jun, 2015 2 commits
-
-
Marc Gravell authored
Update Configuration.md
-
sporty81 authored
-
- 27 May, 2015 1 commit
-
-
hrishi18pathak authored
In clustering mode currently, ClusterConfiguration for every server endpoint is built using the output of "CLUSTER NODES" command which consists of IP addresses of the nodes inside the cluster (SetClusterConfiguration and UpdateClusterRange methods) However, when we try to authenticate the client to the ssl endpoint, inside SocketMode ISocketCallback.Connected, using the ssl.AuthenticateAsClient method it throws an exception "The remote certificate is invalid according to the validation procedure” since we are trying to authenticate using the IP address as opposed to the Dns Host name. An existing workaround this problem is to configure "SslHost" explictly inside the connection string or specify it inside ConfigurationOptions. However if the users of the client do not configure this explicitly, it is a reasonable fallback behavior to infer this information from the specified server endpoints. The fallback behavior will be as follows: If all the endpoints inside the configuration are dns endpoints and have identical hostnames, the SslHost is the dns host name for one for one of these endpoints.
-
- 26 May, 2015 3 commits
-
-
Marc Gravell authored
Update documentation for Scripting and Profiling
-
Marc Gravell authored
-
Marc Gravell authored
-