mikebronner/laravel-model-caching

Default to Laravel File cache if server cache is down

oulfr opened this issue · 2 comments

oulfr commented

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

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.