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.
2 parents 3de49dc + 44348a8 commit 5f93c06Copy full SHA for 5f93c06
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