Looking to hire Laravel developers? Try LaraJobs

laravel-redis-fallback maintained by 24i

Description
Laravel 5 redis cache fallback to file
Author
Last update
2021/03/25 11:16 (dev-master)
License
Links
Downloads
16 568

Comments
comments powered by Disqus

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.