summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2010-08-18 11:35:58 -0700
committerAndy McCurdy <andy@andymccurdy.com>2010-08-18 11:35:58 -0700
commit91c0e61041dcce7aeeff14b47fe1d7865937c265 (patch)
tree04fad811cdaa7b0c24c483cecc9f736876842e3b
parent22379e54a6dd644184f364e568753733b2d864a2 (diff)
downloadredis-py-91c0e61041dcce7aeeff14b47fe1d7865937c265.tar.gz
moved the Versioning Scheme section of the Readme up to the top
-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
------