summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorandy <andy@andymccurdy.com>2011-08-04 09:21:25 -0700
committerandy <andy@andymccurdy.com>2011-08-04 09:21:25 -0700
commitd5fdb5fd9de30fec54a7e82c56b086fa533e0779 (patch)
tree3252e8be3cc12f12e968feec9c9a3d7927d127d3 /README.md
parent4dc130c8d6fd58e4bfa0107f0451003b50d29118 (diff)
downloadredis-py-d5fdb5fd9de30fec54a7e82c56b086fa533e0779.tar.gz
added a note about SETEX in the Redis class
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c6f483d..855a87c 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,7 @@ versions of redis-py:
accidentally when being implemented and not discovered until after people
were already using it. The Redis class expects *args in the form of:
name1, score1, name2, score2, ...
+* SETEX: Order of 'time' and 'value' arguments reversed.
## More Detail