aliostad / CacheCow

An implementation of HTTP Caching in .NET Core and 4.5.2+ for both the client and the server
MIT License
848 stars 171 forks source link

Support StackExchange.Redis v2 #239

Closed evo-terren closed 4 years ago

evo-terren commented 4 years ago

StackExchange.Redis v2+ require .net framework 4.6.1+ therefore CacheCow.Client.RedisCacheStore locks you into v1 of the Redis library. Please add support for v2+.

aliostad commented 4 years ago

Can you please confirm I can close it?

evo-terren commented 4 years ago

Oh whoops. Yes I'll do that now. Thanks again!