Package top.codef.redisdao
Class AbstractHashDDao
java.lang.Object
top.codef.redisdao.AbstractRedisDDao
top.codef.redisdao.AbstractHashDDao
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetHashValue
(String key, String hashKey) getList
(String key, Collection<String> keys) void
void
void
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
-
AbstractHashDDao
public AbstractHashDDao()
-
-
Method Details
-
createBoundHash
-
putAll
-
getHashValue
-
put
-
entries
-
remove
-
getList
-