Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: catch redis unavailable error and fallback to default cache #2706

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

pifou25
Copy link
Contributor

@pifou25 pifou25 commented Jun 23, 2024

Description

Catch Redis unavailable error and fallback to the default FilesystemCache.

Jeedom doit pouvoir fonctionner même en l'absence ou en cas de défaillance du cache.

Suggested changelog entry

Catch Redis unavailable error and fallback to the default FilesystemCache.

Related issues/external references

related to #2416
Je note également que doctrine/cache est deprecated et plus maintenu (même la dernière version) il faudrait envisager de migrer, par exemple vers https://packagist.org/packages/symfony/cache#v5.4.40 (dernière version compatible php7.2+)

Types of changes

  • Bug fix (non-breaking change which fixes)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
    • This change is only breaking for integrators, not for external standards or end-users.
  • Documentation improvement

PR checklist

@zoic21 zoic21 merged commit d55c18b into jeedom:alpha Jun 24, 2024
3 checks passed
@pifou25 pifou25 deleted the fix/redis_check branch June 25, 2024 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants