Skip to content

Commit

Permalink
added a note about SETEX in the Redis class
Browse files Browse the repository at this point in the history
  • Loading branch information
andymccurdy committed Aug 4, 2011
1 parent 4dc130c commit d5fdb5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5fdb5f

Please sign in to comment.