| Modifier and Type | Method and Description |
|---|---|
<T> T |
RedisTemplateX.execute(SessionCallbackX session)
Executes a Redis session.
|
List<Object> |
RedisTemplateX.executePipelined(SessionCallbackX session)
Executes the given Redis session on a pipelined connection.
|
List<Object> |
RedisTemplateX.executePipelined(SessionCallbackX session,
org.springframework.data.redis.serializer.RedisSerializer<?> resultSerializer)
Executes the given Redis session on a pipelined connection, returning the results using a dedicated serializer.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
IRedisCommands.execute(SessionCallbackX session)
Executes a Redis session.
|
List<Object> |
IRedisCommands.executePipelined(SessionCallbackX session)
Executes the given Redis session on a pipelined connection.
|
List<Object> |
IRedisCommands.executePipelined(SessionCallbackX session,
org.springframework.data.redis.serializer.RedisSerializer<?> resultSerializer)
Executes the given Redis session on a pipelined connection, returning the results using a dedicated serializer.
|
| Constructor and Description |
|---|
DefaultSessionCallback(SessionCallbackX<T> sessionCallbackX) |
Copyright © 2021. All rights reserved.