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 3de49dc commit 44348a8Copy full SHA for 44348a8
README.rst
@@ -36,7 +36,7 @@ Your cache backend should look something like this::
36
'default': {
37
'BACKEND': 'django_elasticache.memcached.ElastiCache',
38
'LOCATION': 'cache-c.draaaf.cfg.use1.cache.amazonaws.com:11211',
39
- 'OPTIONS' {
+ 'OPTIONS': {
40
'IGNORE_CLUSTER_ERRORS': [True,False],
41
},
42
}
0 commit comments