类 CodeRedisUtils
java.lang.Object
com.abasecode.opencode.base.token.util.CodeRedisUtils
- 作者:
- Jon e-mail: ijonso123@gmail.com url: Jon's blog url: project github url: AbaseCode.com
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
redisTemplate
@Autowired org.springframework.data.redis.core.RedisTemplate redisTemplate
-
-
构造器详细资料
-
CodeRedisUtils
public CodeRedisUtils()
-
-
方法详细资料
-
saveObject
Save object to redis- 参数:
fullKey- fullKeyo- object
-
getObject
Get object from redis- 参数:
fullKey- fullKey- 返回:
- object
-
delObject
Delete key from redis- 参数:
fullKey- fullKey
-