索引

D E G H I N R S 
All Classes and Interfaces|所有程序包

D

decr(String, long) - 类中的方法 net.wenzuo.atom.redis.service.impl.RedisServiceImpl
 
decr(String, long) - 接口中的方法 net.wenzuo.atom.redis.service.RedisService
按delta递减
del(String) - 类中的方法 net.wenzuo.atom.redis.service.impl.RedisServiceImpl
 
del(String) - 接口中的方法 net.wenzuo.atom.redis.service.RedisService
删除 key-value
del(Collection<String>) - 类中的方法 net.wenzuo.atom.redis.service.impl.RedisServiceImpl
 
del(Collection<String>) - 接口中的方法 net.wenzuo.atom.redis.service.RedisService
批量删除 key-value

E

expire(String, Duration) - 类中的方法 net.wenzuo.atom.redis.service.impl.RedisServiceImpl
 
expire(String, Duration) - 接口中的方法 net.wenzuo.atom.redis.service.RedisService
设置过期时间

G

get(String, Class<?>, Class<?>...) - 类中的方法 net.wenzuo.atom.redis.service.impl.RedisServiceImpl
 
get(String, Class<?>, Class<?>...) - 接口中的方法 net.wenzuo.atom.redis.service.RedisService
获取泛型 value
get(String, Class<T>) - 类中的方法 net.wenzuo.atom.redis.service.impl.RedisServiceImpl
 
get(String, Class<T>) - 接口中的方法 net.wenzuo.atom.redis.service.RedisService
获取 value
getExpire(String) - 类中的方法 net.wenzuo.atom.redis.service.impl.RedisServiceImpl
 
getExpire(String) - 接口中的方法 net.wenzuo.atom.redis.service.RedisService
获取过期时间

H

hasKey(String) - 类中的方法 net.wenzuo.atom.redis.service.impl.RedisServiceImpl
 
hasKey(String) - 接口中的方法 net.wenzuo.atom.redis.service.RedisService
判断是否有该属性

I

incr(String, long) - 类中的方法 net.wenzuo.atom.redis.service.impl.RedisServiceImpl
 
incr(String, long) - 接口中的方法 net.wenzuo.atom.redis.service.RedisService
按delta递增

N

net.wenzuo.atom.redis.config - 程序包 net.wenzuo.atom.redis.config
 
net.wenzuo.atom.redis.properties - 程序包 net.wenzuo.atom.redis.properties
 
net.wenzuo.atom.redis.service - 程序包 net.wenzuo.atom.redis.service
 
net.wenzuo.atom.redis.service.impl - 程序包 net.wenzuo.atom.redis.service.impl
 

R

RedisAutoConfiguration - net.wenzuo.atom.redis.config中的类
 
RedisAutoConfiguration() - 类的构造器 net.wenzuo.atom.redis.config.RedisAutoConfiguration
 
redisCacheManager(RedisConnectionFactory) - 类中的方法 net.wenzuo.atom.redis.config.RedisConfiguration
 
RedisConfiguration - net.wenzuo.atom.redis.config中的类
 
RedisConfiguration() - 类的构造器 net.wenzuo.atom.redis.config.RedisConfiguration
 
RedisProperties - net.wenzuo.atom.redis.properties中的类
 
RedisProperties() - 类的构造器 net.wenzuo.atom.redis.properties.RedisProperties
 
RedisService - net.wenzuo.atom.redis.service中的接口
 
RedisServiceImpl - net.wenzuo.atom.redis.service.impl中的类
 
RedisServiceImpl() - 类的构造器 net.wenzuo.atom.redis.service.impl.RedisServiceImpl
 
redisTemplate(RedisConnectionFactory) - 类中的方法 net.wenzuo.atom.redis.config.RedisConfiguration
 

S

set(String, Object) - 类中的方法 net.wenzuo.atom.redis.service.impl.RedisServiceImpl
 
set(String, Object) - 接口中的方法 net.wenzuo.atom.redis.service.RedisService
保存 value
set(String, Object, Duration) - 类中的方法 net.wenzuo.atom.redis.service.impl.RedisServiceImpl
 
set(String, Object, Duration) - 接口中的方法 net.wenzuo.atom.redis.service.RedisService
保存 value 及过期时间
D E G H I N R S 
All Classes and Interfaces|所有程序包