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

IGNORE_CLUSTER_ERRORS incorrectly being sent to pylibmc #37

Open
a-abella opened this issue Jan 10, 2023 · 0 comments
Open

IGNORE_CLUSTER_ERRORS incorrectly being sent to pylibmc #37

a-abella opened this issue Jan 10, 2023 · 0 comments

Comments

@a-abella
Copy link

   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.

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

No branches or pull requests

1 participant