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
The following errors are triggered when doing any memcached operations while memcache-debug-panel is installed.
File "/home/tom/program/env_new/local/lib/python2.7/site-packages/django/core/cache/backends/memcached.py", line 97, in delete
self._cache.delete(key)
File "/home/tom/program/env_new/local/lib/python2.7/site-packages/django/core/cache/backends/memcached.py", line 175, in _cache
self._client = self._lib.Client(self._servers, pickleProtocol=pickle.HIGHEST_PROTOCOL)
File "/home/tom/program/env_new/local/lib/python2.7/site-packages/memcache.py", line 218, in __init__
super(Client, self).__init__()
TypeError: __init__() takes at least 2 arguments (1 given)
The text was updated successfully, but these errors were encountered:
Sorry. Haven't touched this in quite some time. Not surprised it's broken with the (much) newer Django releases. Depending on what you're looking for the built-in cache stuff might give you the info.
I'd be happy to accept a PR with fixes, but won't have a chance to look in to this myself anytime soon.
The following errors are triggered when doing any memcached operations while
memcache-debug-panel
is installed.The text was updated successfully, but these errors were encountered: