Commit Graph

5 Commits

Author SHA1 Message Date
Jon Bracy
9dd1cff428 Compare Tuples based on the element, not the element & score
Set uses equals to compare if the set is already in the set. Redis
Sorted Sets are unique on the value, not the value with the score. The
Tuple.equals should return true when the elements are equal regardless
of what the score is. The score should be used when comparing to another
element in the set to see if it is < or >.
2011-03-08 16:54:52 -05:00
Jonathan Leibiusky
098de44a07 add support for java 1.5 2010-11-21 19:53:43 -03:00
Yaourt
0beeddce5d Binary U test on SortedSets ... 2010-11-05 18:16:16 +01:00
Jonathan Leibiusky
ed20894c95 Refactores primitive types in the API. Now int -> Integer and double -> Double.
This is to support Redis null values
2010-09-15 14:41:35 -03:00
Jonathan Leibiusky
81cc2cec8e Added transactions support 2010-07-05 00:35:47 -03:00