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
works! Not a great solution but we can't pass unknown kwargs, we have to be explicit, this will increase flask-caching dependency with redis-py versions
Happy to open a PR
Environment:
Python version: 3.8
Flask-Caching version: 1.10.1
The text was updated successfully, but these errors were encountered:
Follow up for: #285
If not mistaken the fixed mentioned on the above issue is for Redis sentinel only
Setting the following config:
it works if we set: 'CACHE_REDIS_URL': "redis://cache1.us1a.zone:6379/0?socket_timeout=1&socket_connect_timeout=2",
on: https://github.com/pallets-eco/flask-caching/blob/master/src/flask_caching/backends/rediscache.py#L86
if we change:
to:
works! Not a great solution but we can't pass unknown kwargs, we have to be explicit, this will increase flask-caching dependency with redis-py versions
Happy to open a PR
Environment:
The text was updated successfully, but these errors were encountered: