- 04 Jul, 2016 2 commits
-
-
Nick Craver authored
-
Nick Craver authored
-
- 03 Jul, 2016 10 commits
-
-
Nick Craver authored
-
Nick Craver authored
Invoked like this: ruby redis-trib.rb create --replicas 1 127.0.0.1:7000 127.0.0.1:7001 127.0.0.1:7002 127.0.0.1:7003 127.0.0.1:7004 127.0.0.1:7005
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
Note: checked in as a working cluster in the hope most others don't have to: ruby redis-trib.rb create --replicas 1 127.0.0.1:7000 127.0.0.1:7001 127.0.0.1:7002 127.0.0.1:7003 127.0.0.1:7004 127.0.0.1:7005 (and need ruby, etc.)
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
Nick Craver authored
-
- 29 Jun, 2016 1 commit
-
-
Nick Craver authored
Note: we still have unit test fails here, but checking in a working build.
-
- 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
-
- 18 Mar, 2016 4 commits
-
-
Marc Gravell authored
Tweak name from `PeekPing` to `DequeueUnsentPing`, to better reflect what it is doing; fix the remaining count accordingly
-
Marc Gravell authored
-
-
piccit authored
-