File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ Amazon ElastiCache backend for Django
22=====================================
33
44Simple Django cache backend for Amazon ElastiCache (memcached based). It uses
5- `pylibmc <http ://github.com/lericson/pylibmc >`_ and sets up a connection to each
5+ `pylibmc <https ://github.com/lericson/pylibmc >`_ and sets up a connection to each
66node in the cluster using
7- `auto discovery <http ://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/AutoDiscovery.html >`_.
7+ `auto discovery <https ://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/AutoDiscovery.html >`_.
88
99
1010Requirements
@@ -18,11 +18,11 @@ It was written and tested on Python 2.7 and 3.4.
1818Installation
1919------------
2020
21- Get it from `pypi <http ://pypi.python.org/pypi/django-elasticache >`_::
21+ Get it from `pypi <https ://pypi.python.org/pypi/django-elasticache >`_::
2222
2323 pip install django-elasticache
2424
25- or `github <http ://github.com/gusdan/django-elasticache >`_::
25+ or `github <https ://github.com/gusdan/django-elasticache >`_::
2626
2727 pip install -e git://github.com/gusdan/django-elasticache.git#egg=django-elasticache
2828
Original file line number Diff line number Diff line change 1111 author = 'Danil Gusev' ,
1212 platforms = 'any' ,
1313 author_email = 'danil.gusev@gmail.com' ,
14- url = 'http ://github.com/gusdan/django-elasticache' ,
14+ url = 'https ://github.com/gusdan/django-elasticache' ,
1515 license = 'MIT' ,
1616 keywords = 'elasticache amazon cache pylibmc memcached aws' ,
1717 packages = ['django_elasticache' ],
You can’t perform that action at this time.
0 commit comments