Skip to content

Commit 2084c43

Browse files
committed
update readme and bump version to 1.0.0
1 parent bd6266f commit 2084c43

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

README.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ you will be connected to another node and will not able to get this item.
7272
}
7373
}
7474

75-
::
76-
7775

7876
2. Memcached configured with all nodes
7977
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -95,8 +93,6 @@ add new nodes manually and don't forget update your app after all changes on AWS
9593
}
9694
}
9795

98-
::
99-
10096

10197
3. Use django-elasticache
10298
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -113,8 +109,6 @@ of all nodes and configure memcached to use all nodes.
113109
}
114110
}
115111

116-
::
117-
118112

119113
Difference between setup with nodes list (django-elasticache) and
120114
connection to only one configuration Endpoint (using dns routing) you can see on

django_elasticache/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (0, 0, 4)
1+
VERSION = (1, 0, 0)
22
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)