24i/laravel-redis-fallback

Laravel 5 redis cache fallback to file

Installs: 12 806

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 27

Forks: 0

Open Issues: 0

Type:package

1.3.0 2021-03-25 10:16 UTC

This package is not auto-updated.

Last update: 2024-04-19 02:02:43 UTC


README

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.