public class RedisKeyRenewal extends Object
| 构造器和说明 |
|---|
RedisKeyRenewal(org.springframework.data.redis.core.RedisTemplate<?,?> redisTemplate,
byte[] byteKey) |
RedisKeyRenewal(org.springframework.data.redis.core.RedisTemplate<?,?> redisTemplate,
byte[] byteKey,
long ttlMillis,
long intervalMillis) |
RedisKeyRenewal(org.springframework.data.redis.core.RedisTemplate<?,?> redisTemplate,
String stringKey) |
RedisKeyRenewal(org.springframework.data.redis.core.RedisTemplate<?,?> redisTemplate,
String stringKey,
long ttlMillis,
long intervalMillis) |
public RedisKeyRenewal(org.springframework.data.redis.core.RedisTemplate<?,?> redisTemplate,
String stringKey)
public RedisKeyRenewal(org.springframework.data.redis.core.RedisTemplate<?,?> redisTemplate,
byte[] byteKey)
public RedisKeyRenewal(org.springframework.data.redis.core.RedisTemplate<?,?> redisTemplate,
String stringKey,
long ttlMillis,
long intervalMillis)
public RedisKeyRenewal(org.springframework.data.redis.core.RedisTemplate<?,?> redisTemplate,
byte[] byteKey,
long ttlMillis,
long intervalMillis)
Copyright © 2024. All rights reserved.