24i/laravel-redis-fallback is a Laravel package for laravel 5 redis cache fallback to file.
It currently has 0 GitHub stars and 16.766 downloads on Packagist (latest version 1.3.0).
Install it with composer require 24i/laravel-redis-fallback.
Discover more Laravel packages by 24i
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.