LaravelPackages.net
Acme Inc.
Toggle sidebar
melnyk-dmytro/laravel-redis-fallback

Laravel 5 redis cache fallback to file

6
0
1.3.0
About melnyk-dmytro/laravel-redis-fallback

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

Redis cache fallback for Laravel 5

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.

Star History Chart