- 15 Sep, 2016 1 commit
-
-
Jordan Rodak authored
-
- 01 Sep, 2016 2 commits
-
-
Marc Gravell authored
Surface better error instead of MOVED errors during a network disconnect in redis clusters
-
Marc Gravell authored
Updating to allow the creation of RedisResults for mocking
-
- 22 Jul, 2016 4 commits
-
-
Marc Gravell authored
Use the supplied flags when selecting a server to subscribe to
-
Bryan Ross authored
SUBSCRIBE and PSUBSCRIBE are not write ops and can be performed on slaved instances, so there's no reason to explicitly pass DemandMaster when selecting the server. Instead, use the CommandFlags passed as the parameter to Subscribe()
-
Hrishikesh Pathak authored
-
Hrishikesh Pathak authored
-
- 21 Jul, 2016 1 commit
-
-
Hrishikesh Pathak authored
-
- 18 Jul, 2016 1 commit
-
-
Marc Gravell authored
fix NullReferenceException when retriving LastException from ServerEn…
-
- 13 Jul, 2016 1 commit
-
-
Nick Craver authored
Configuring the minIoThreads
-
- 07 Jul, 2016 3 commits
-
-
Rob Sigrest authored
-
Rob Sigrest authored
-
Rob Sigrest authored
-
- 05 Jul, 2016 1 commit
-
-
Ilincescu Mihai authored
You can't set the processModel in the web.config "The processModel section can be set only within the Machine.config" and is confusing to have here to be web.config
-
- 21 Jun, 2016 1 commit
-
-
Uladzimir Abramchuk authored
-
- 24 May, 2016 2 commits
-
-
Nick Craver authored
nuspec update for strongname package as well #397
-
DeepakVerma authored
-
- 21 May, 2016 1 commit
-
-
Nick Craver authored
.Net Core RC2 upgrades to for a 1.604-alpha release
-
- 20 May, 2016 1 commit
-
-
Nick Craver authored
- RC2 project.json format and references - NuGet.config added since we're on one feed now - Unit tests minimally running in core - lots of work left here - Bumps to netstandard1.5 for BufferedStream, but we have net40, net45, and net46 builds already so this should be low impact. - AuthenticateAsClient() (synchronous) is no longer in .Net Core, Async version must be used there now. - Version bump to 1.604-* (alpha suffix is in via dotnet pack now) - To pack: dotnet pack StackExchange.Redis -o .nupkg -c Release --version-suffix alpha dotnet pack StackExchange.Redis.StrongName -o .nupkg -c Release --version-suffix alpha
-
- 16 May, 2016 5 commits
-
-
Marc Gravell authored
Sentinel GET-MASTER-ADDR-BY-NAME throws exception when service name i…
-
Marc Gravell authored
Split a run-on sentence into two sentences
-
Marc Gravell authored
Small typo in PipelinesMultiplexers > Multiplexing
-
Marc Gravell authored
Length based conditions for Transactions
-
Marc Gravell authored
net 40 project packages.config already has dependency on 1.1.10 updat…
-
- 21 Apr, 2016 1 commit
-
-
DeepakVerma authored
with 1.1.9 customers run into following error: Method System.Runtime.CompilerServices.AsyncTaskMethodBuilder 1[System.Boolean].AwaitUnsafeOnCompleted: type argument 'Microsoft.Runtime.CompilerServices.ConfiguredTaskAwaitable 1+ConfiguredTaskAwaiter[StackExchange.Redis.ServerEndPoint]' violates the constraint of type parameter 'TAwaiter'. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Security.VerificationException: Method System.Runtime.CompilerServices.AsyncTaskMethodBuilder 1[System.Boolean].AwaitUnsafeOnCompleted: type argument 'Microsoft.Runtime.CompilerServices.ConfiguredTaskAwaitable 1+ConfiguredTaskAwaiter[StackExchange.Redis.ServerEndPoint]' violates the constraint of type parameter 'TAwaiter'.
-
- 19 Apr, 2016 1 commit
-
-
Josh Goldberg authored
-
- 14 Apr, 2016 1 commit
-
-
Josh Goldberg authored
-
- 04 Apr, 2016 2 commits
- 01 Apr, 2016 2 commits
-
-
Marc Gravell authored
Fixed build error caused by TryGetAzureRoleInstanceIdNoThrow test
-
DeRauk Gibble authored
-
- 31 Mar, 2016 1 commit
-
-
amell authored
Sentinel GET-MASTER-ADDR-BY-NAME throws exception when service name is not being watched by sentinel.
-
- 27 Mar, 2016 2 commits
-
-
Marc Gravell authored
Spelling fix. Replaced 'paramter' with 'parameter'
-
DeRauk Gibble authored
-
- 26 Mar, 2016 1 commit
-
-
Marc Gravell authored
Default ClientName to Roleinstance ID for a web/worker role
-
- 25 Mar, 2016 3 commits
-
-
DeepakVerma authored
-
DeepakVerma authored
-
DeepakVerma authored
Default ClientName to Roleinstance ID for a web/worker role to help identify where a client connection is coming from, further helps to identify connectivity problems.
-
- 21 Mar, 2016 2 commits
-
-
Marc Gravell authored
Fix overflow in parsing "-9223372036854775808"
-
Esun Kim authored
-