|
Spring Data Key-Value | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RedisCallback | |
---|---|
org.springframework.data.keyvalue.redis.core | Core package for integrating Redis with Spring concepts. |
Uses of RedisCallback in org.springframework.data.keyvalue.redis.core |
---|
Methods in org.springframework.data.keyvalue.redis.core with parameters of type RedisCallback | ||
---|---|---|
|
RedisTemplate.execute(RedisCallback<T> action)
|
|
|
RedisOperations.execute(RedisCallback<T> action)
Executes the given action within a Redis connection. |
|
|
RedisTemplate.execute(RedisCallback<T> action,
boolean exposeConnection)
Executes the given action object within a connection, which can be exposed or not. |
|
|
RedisTemplate.execute(RedisCallback<T> action,
boolean exposeConnection,
boolean pipeline)
Executes the given action object within a connection, that can be pipelined or not and which can be exposed or not. |
|
|
RedisTemplate.execute(RedisCallback<T> action,
boolean exposeConnection,
boolean pipeline,
RedisSerializer<?> returnSerializer)
Executes the given action object within a connection, which can be exposed or not. |
|
|
RedisTemplate.execute(RedisCallback<T> action,
boolean exposeConnection,
RedisSerializer<?> returnSerializer)
Executes the given action object within a connection, which can be exposed or not. |
|
Spring Data Key-Value | |||||||||
PREV NEXT | FRAMES NO FRAMES |