VahidN / EFSecondLevelCache.Core

Entity Framework Core Second Level Caching Library
Apache License 2.0
326 stars 50 forks source link

How to handle offline Redis cache? #49

Closed punppis closed 5 years ago

punppis commented 5 years ago

When using redis cache you get exception if connection could not be established. How can I just skip the cache if Redis is not available? Does not make sense that everything stops working if cache is not available.

punppis commented 5 years ago

I just realized that this is not related to this repo but instead of CacheManager.Core.

lock[bot] commented 4 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related problems.