Uses of Interface
org.springframework.data.redis.core.SessionCallback
Packages that use SessionCallback
-
Uses of SessionCallback in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core with parameters of type SessionCallbackModifier and TypeMethodDescription<T> TRedisOperations.execute(SessionCallback<T> session) Executes a Redis session.<T> TRedisTemplate.execute(SessionCallback<T> session) RedisOperations.executePipelined(SessionCallback<?> session) Executes the given Redis session on a pipelined connection.RedisOperations.executePipelined(SessionCallback<?> session, RedisSerializer<?> resultSerializer) Executes the given Redis session on a pipelined connection, returning the results using a dedicated serializer.RedisTemplate.executePipelined(SessionCallback<?> session) RedisTemplate.executePipelined(SessionCallback<?> session, RedisSerializer<?> resultSerializer)