You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I constantly got this error inside of jinja file
using {% cache 900,'home' %}{% endcache %}
redis.exceptions.ResponseError: MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.
It breaks the whole page if there is error in redis.
python 3.8.1
flask-caching 2.2.0
The text was updated successfully, but these errors were encountered:
dzpt
changed the title
jinja caching won't have exception
jinja caching won't have exception while having redis failure
May 9, 2024
dzpt
linked a pull request
May 10, 2024
that will
close
this issue
I constantly got this error inside of jinja file
using
{% cache 900,'home' %}{% endcache %}
redis.exceptions.ResponseError: MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.
It breaks the whole page if there is error in redis.
python 3.8.1
flask-caching 2.2.0
The text was updated successfully, but these errors were encountered: