Laravel 5 redis cache fallback to file
melnyk-dmytro/laravel-redis-fallback is a Laravel package for laravel 5 redis cache fallback to file.
It currently has 0 GitHub stars and 6 downloads on Packagist (latest version 1.3.0).
Install it with composer require melnyk-dmytro/laravel-redis-fallback.
Discover more Laravel packages by melnyk-dmytro
or browse all Laravel packages to compare alternatives.
Last updated
If you use Redis as cache driver on Laravel 5 and for some reason Redis server became unavailable, you will end up with a Connection Refused exception. This package simply checks for the connection and if test fails, cache is switched to file driver. As soon as Redis come back it will be used again.