We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
File "/usr/local/lib/python2.7/dist-packages/django_elasticache/memcached.py", line 100, in _cache client.behaviors = self._options.get('behaviors', self._options) File "/usr/local/lib/python2.7/dist-packages/pylibmc/client.py", line 161, in set_behaviors raise ValueError("unknown behavior names: %s" % (names,)) ValueError: unknown behavior names: IGNORE_CLUSTER_ERRORS
Entire self._options is sent to pylibmc despite django-elasticache supporting OPTIONS parameters that are incompatible with pylibmc.
self._options
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Entire
self._options
is sent to pylibmc despite django-elasticache supporting OPTIONS parameters that are incompatible with pylibmc.The text was updated successfully, but these errors were encountered: