1. 15 Sep, 2016 1 commit
  2. 01 Sep, 2016 2 commits
  3. 22 Jul, 2016 4 commits
  4. 21 Jul, 2016 1 commit
  5. 18 Jul, 2016 1 commit
  6. 13 Jul, 2016 1 commit
  7. 07 Jul, 2016 3 commits
  8. 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
  9. 21 Jun, 2016 1 commit
  10. 24 May, 2016 2 commits
  11. 21 May, 2016 1 commit
  12. 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
  13. 16 May, 2016 5 commits
  14. 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
  15. 19 Apr, 2016 1 commit
  16. 14 Apr, 2016 1 commit
  17. 04 Apr, 2016 2 commits
  18. 01 Apr, 2016 2 commits
  19. 31 Mar, 2016 1 commit
  20. 27 Mar, 2016 2 commits
  21. 26 Mar, 2016 1 commit
  22. 25 Mar, 2016 3 commits
  23. 21 Mar, 2016 2 commits