Skip to content

IGNORE_CLUSTER_ERRORS incorrectly being sent to pylibmc #37

Open
@a-abella

Description

   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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions