1. 26 Sep, 2016 3 commits
  2. 15 Sep, 2016 2 commits
  3. 01 Sep, 2016 2 commits
  4. 22 Jul, 2016 4 commits
  5. 21 Jul, 2016 1 commit
  6. 18 Jul, 2016 1 commit
  7. 13 Jul, 2016 1 commit
  8. 07 Jul, 2016 3 commits
  9. 05 Jul, 2016 1 commit
    • Ilincescu Mihai's avatar
      Configuring the minIoThreads · 3337a3bb
      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
      3337a3bb
  10. 21 Jun, 2016 1 commit
  11. 24 May, 2016 2 commits
  12. 21 May, 2016 1 commit
  13. 20 May, 2016 1 commit
    • Nick Craver's avatar
      RC2 upgrades to get an alpha out · bc2ec482
      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
      bc2ec482
  14. 16 May, 2016 5 commits
  15. 21 Apr, 2016 1 commit
    • DeepakVerma's avatar
      net 40 project packages.config already has dependency on 1.1.10 updating nuspec as well. · 7756592b
      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'.
      7756592b
  16. 19 Apr, 2016 1 commit
  17. 14 Apr, 2016 1 commit
  18. 04 Apr, 2016 2 commits
  19. 01 Apr, 2016 2 commits
  20. 31 Mar, 2016 1 commit
  21. 27 Mar, 2016 2 commits
  22. 26 Mar, 2016 1 commit
  23. 25 Mar, 2016 1 commit