aliostad / CacheCow

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

CacheCow.Client Redis has a problem with maxage=0 #196

Closed aliostad closed 6 years ago

aliostad commented 6 years ago

maxage=0 results in storing stuff in Redis with expiry in the past which Redis is not having it.