Package top.codef.redisdao
Class AbstractZSetCDao
java.lang.Object
top.codef.redisdao.AbstractRedisCDao
top.codef.redisdao.AbstractZSetCDao
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
double
increaseScore
(String value, double score) rangebyScore
(double start, double end) void
removeByRange
(String key, double start, double end) Methods inherited from class top.codef.redisdao.AbstractRedisCDao
deleteKey, expire, hasKey
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface top.codef.redisdao.interfaces.RedisDao
getStringRedisTemplate
-
Constructor Details
-
AbstractZSetCDao
public AbstractZSetCDao()
-
-
Method Details
-
createZsetOperation
-
remove
-
increaseScore
-
score
-
addAll
-
add
-
range
-
rangebyScore
-
removeByRange
-