Skip to content

Commit 33d8dbe

Browse files
opapyopapy
authored andcommitted
edit README
1 parent e095476 commit 33d8dbe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@ Your cache backend should look something like this::
4848
CACHES = {
4949
'default': {
5050
'BACKEND': 'django_elastipymemcache.memcached.ElastiPyMemCache',
51-
'LOCATION': '[configuration endpoint].com:11211',
51+
'LOCATION': '[configuration endpoint]:11211',
52+
'OPTIONS': {
53+
'cluster_timeout': 1, # its used when get cluster info
54+
'ignore_exc': True, # pymemcache Client params
55+
}
5256
}
5357
}
5458

0 commit comments

Comments
 (0)