Turning off django-elasticache
According to the docs, it seems like this is helpful in the case that you have a cluster of elasticache nodes, but i'm only using one. So I *think* that specifying the rules right should have the nodes talk to the correct server and it should just work with memcached
parent
b7529b53
No related branches found
No related tags found
... | ... | @@ -32,7 +32,7 @@ phonenumbers==8.8.11 |
python-ldap==3.1.0 | ||
python-memcached==1.59 | ||
# Install django-elasticache along with python memcached: | ||
git+git://github.com/gusdan/django-elasticache.git#egg=django-elasticache | ||
#git+git://github.com/gusdan/django-elasticache.git#egg=django-elasticache | ||
scipy==1.2.1 | ||
sentry-sdk==0.7.10 | ||
service_identity==17.0.0 | ||
... | ... |
Please register or sign in to comment