- 10 Dec, 2015 4 commits
-
-
Marc Gravell authored
small fixes
-
Marc Gravell authored
Add resilience to non ideal cluster topology in CLUSTER NODES response parsing
-
Marc Gravell authored
-
Marc Gravell authored
fix for issue https://github.com/StackExchange/StackExchange.Redis/is…
-
- 02 Dec, 2015 2 commits
-
-
hrishi18pathak authored
-
hrishi18pathak authored
-
- 01 Dec, 2015 1 commit
-
-
https://github.com/StackExchange/StackExchange.Redis/issues/300hrishi18pathak authored
Ensure cluster configuration is upto-date before returning the connection multiplexer
-
- 19 Nov, 2015 2 commits
-
-
Antoine Cellerier authored
To replicate a bad state, create a simple cluster with 3 shards across 9 nodes. Kill 3 slaves. Clear their state. Restart the 3 nodes. Start adding them back to the cluster 1 by one.
-
Antoine Cellerier authored
-
- 16 Nov, 2015 2 commits
-
-
Marc Gravell authored
Fixed IServer.Hang command in RedisServer. Database number is not nee…
-
kregius authored
-
- 11 Nov, 2015 2 commits
-
-
Marc Gravell authored
Add Transaction Conditions for List Index
-
Daniel Chandler authored
-
- 05 Nov, 2015 1 commit
-
-
Marc Gravell authored
-
- 31 Oct, 2015 1 commit
-
-
Nigrimmist 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
-
- 21 Sep, 2015 1 commit
-
-
Marc Gravell 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.
-