mikebronner / laravel-model-caching

Eloquent model-caching made easy.
MIT License
2.23k stars 212 forks source link

Default to Laravel File cache if server cache is down #392

Closed oulfr closed 3 years ago

oulfr commented 3 years ago

When server is down it's better to use laravel file cache as default.

https://stackoverflow.com/questions/28047861/default-to-laravel-file-cache-if-redis-is-down

oulfr commented 3 years ago

Better implementation:

https://github.com/oulfr/laravel-cache-fallback

mikebronner commented 3 years ago

Hi @oulfr, thanks for the suggestions. These are all things that should be implemented by the app developer. I don't want to make any presumptions.