public class RedisRetryTemplate<K,V>
extends org.springframework.data.redis.core.RedisTemplate<K,V>
Constructor and Description |
---|
RedisRetryTemplate() |
Modifier and Type | Method and Description |
---|---|
<T> T |
execute(org.springframework.data.redis.core.RedisCallback<T> action,
boolean exposeConnection,
boolean pipeline) |
org.springframework.retry.RecoveryCallback<?> |
getRecoveryCallback() |
org.springframework.retry.RetryOperations |
RetryOperations() |
void |
setRecoveryCallback(org.springframework.retry.RecoveryCallback<?> recoveryCallback) |
void |
setRetryOperations(org.springframework.retry.RetryOperations retryOperations) |
afterPropertiesSet, boundHashOps, boundListOps, boundSetOps, boundValueOps, boundZSetOps, convertAndSend, createRedisConnectionProxy, delete, delete, discard, dump, exec, exec, execRaw, execute, execute, execute, execute, execute, executePipelined, executePipelined, executePipelined, executePipelined, expire, expireAt, getClientList, getDefaultSerializer, getExpire, getExpire, getHashKeySerializer, getHashValueSerializer, getKeySerializer, getStringSerializer, getValueSerializer, hasKey, isEnableDefaultSerializer, isExposeConnection, keys, killClient, move, multi, opsForHash, opsForHyperLogLog, opsForList, opsForSet, opsForValue, opsForZSet, persist, postProcessResult, preProcessConnection, randomKey, rename, renameIfAbsent, restore, setDefaultSerializer, setEnableDefaultSerializer, setEnableTransactionSupport, setExposeConnection, setHashKeySerializer, setHashValueSerializer, setKeySerializer, setScriptExecutor, setStringSerializer, setValueSerializer, slaveOf, slaveOfNoOne, sort, sort, sort, sort, sort, type, unwatch, watch, watch
public org.springframework.retry.RetryOperations RetryOperations()
public void setRetryOperations(org.springframework.retry.RetryOperations retryOperations)
public org.springframework.retry.RecoveryCallback<?> getRecoveryCallback()
public void setRecoveryCallback(org.springframework.retry.RecoveryCallback<?> recoveryCallback)