AliBazzi / IdentityServer4.Contrib.RedisStore

A persistence layer using Redis DB for operational data and for caching capability for Identity Server 4
https://www.nuget.org/packages/IdentityServer4.Contrib.RedisStore
MIT License
137 stars 48 forks source link

updated stackexchange redis package to version 2.1.0 #32

Closed javaadpatel closed 4 years ago

javaadpatel commented 4 years ago

I am experiencing a number of redis related issues which are tracked in this issue: https://github.com/StackExchange/StackExchange.Redis/issues/1120. The latest stable version of stackexchange was released today which addresses some of those connection related issues

AliBazzi commented 4 years ago

Hi,

you can force your project to use the latest version you would like by adding a reference to the library in csproj file like:

<PackageReference Include="StackExchange.Redis" Version="2.1.0" />

updating the library to use the latest and greatest dependancy is not wise at this stage, I will close this PR for now, thanks.

javaadpatel commented 4 years ago

Okay no worries, I will update my own project with this package and see how it affects the errors i'm experiencing.