summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 342d817..d1971ba 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,12 @@ From sources:
$ sudo python setup.py install
+Versioning scheme
+-----------------
+
+redis-py is versioned after Redis. So, for example, redis-py 2.0.0 should
+support all the commands available in Redis 2.0.0.
+
API Reference
-------------
@@ -475,12 +481,6 @@ API Reference
a new sorted set, _dest_. Scores in the destination will be
aggregated based on the _aggregate_, or SUM if none is provided.
-Versioning scheme
------------------
-
-redis-py is versioned after Redis. So, for example, redis-py 2.0.0 should
-support all the commands available in Redis 2.0.0.
-
Author
------