We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e095476 commit 33d8dbeCopy full SHA for 33d8dbe
README.rst
@@ -48,7 +48,11 @@ Your cache backend should look something like this::
48
CACHES = {
49
'default': {
50
'BACKEND': 'django_elastipymemcache.memcached.ElastiPyMemCache',
51
- 'LOCATION': '[configuration endpoint].com:11211',
+ 'LOCATION': '[configuration endpoint]:11211',
52
+ 'OPTIONS': {
53
+ 'cluster_timeout': 1, # its used when get cluster info
54
+ 'ignore_exc': True, # pymemcache Client params
55
+ }
56
}
57
58
0 commit comments