类 AbstractBucketOperations<K,V>
java.lang.Object
cn.aradin.spring.redis.starter.core.AbstractBucketOperations<K,V>
- 类型参数:
K- KV- V
- 直接已知子类:
BucketHashOperations,BucketSetOperations
AbstractBucketOperations
- 作者:
- daliu
-
方法概要
修饰符和类型方法说明delete(Collection<K> keys) Delete by multi keysDelete by key to bucketexpireexpireAtgetOperations
-
方法详细资料
-
getOperations
getOperations- 返回:
- basic opertion
-
expire
expire- 参数:
key- keytimeout- timeoutunit- unit- 返回:
- result
-
expireAt
expireAt- 参数:
key- keydate- dayline- 返回:
- result
-
delete
Delete by key to bucket- 参数:
key- key- 返回:
- result
-
delete
Delete by multi keys- 参数:
keys- keys- 返回:
- size
-