- 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
-
- 25 May, 2015 1 commit
-
-
kevin-montrose authored
Scripting doc link will be broken until merged into mainline master.
-
- 23 May, 2015 2 commits
-
-
Marc Gravell authored
Spelling fixes
-
Alex Chan authored
-
- 21 May, 2015 4 commits
-
-
kevin-montrose authored
-
kevin-montrose authored
-
Marc Gravell authored
Add validation to StringGet and StringGetAsync
-
Tar Dániel authored
-
- 18 May, 2015 2 commits
-
-
Marc Gravell authored
-
Geir Sagberg authored
-
- 14 May, 2015 3 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-
Marc Gravell authored
-
- 06 May, 2015 2 commits
-
-
Marc Gravell authored
Merge branch 'profiling-squashed-v4' of https://github.com/kevin-montrose/StackExchange.Redis into kevin-montrose-profiling-squashed-v4 Conflicts: StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj StackExchange.Redis/StackExchange/Redis/ConnectionMultiplexer.cs
-
Marc Gravell authored
Added a way to specify the default database in the connection string
-
- 01 May, 2015 1 commit
-
-
Marc Gravell authored
Refactor exceptions to explicitly include an easier-to-read .Data See merge request !1
-
- 30 Apr, 2015 2 commits
-
-
Nick Craver authored
-
Marc Gravell authored
-
- 24 Apr, 2015 2 commits
-
-
Marc Gravell authored
-
Marc Gravell authored
-