Package top.codef.redisdao
Class AbstractZsetDDao
java.lang.Object
top.codef.redisdao.AbstractRedisDDao
top.codef.redisdao.AbstractZsetDDao
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
getAllInfo
(String key) double
increaseScore
(String key, String value, double score) rangebyScore
(String key, double start, double end) void
removeByRange
(String key, double start, double end) Methods inherited from class top.codef.redisdao.AbstractRedisDDao
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
-
AbstractZsetDDao
public AbstractZsetDDao()
-
-
Method Details
-
createZsetOperation
-
getAllInfo
-
remove
-
increaseScore
-
score
-
addAll
-
add
-
range
-
rangebyScore
-
removeByRange
-