From 91c0e61041dcce7aeeff14b47fe1d7865937c265 Mon Sep 17 00:00:00 2001 From: Andy McCurdy Date: Wed, 18 Aug 2010 11:35:58 -0700 Subject: moved the Versioning Scheme section of the Readme up to the top --- README.md | 12 ++++++------ 1 file 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 ------ -- cgit v1.2.1