Uses of Interface
org.springframework.data.redis.core.ReactiveRedisSessionCallback
-
Uses of ReactiveRedisSessionCallback in org.springframework.data.redis.core
Modifier and TypeMethodDescription<T> reactor.core.publisher.Flux<T>
ReactiveRedisOperations.executeInSession
(ReactiveRedisSessionCallback<K, V, T> action) Executes the given action within a Redis session using the sameReactiveRedisConnection
.<T> reactor.core.publisher.Flux<T>
ReactiveRedisTemplate.executeInSession
(ReactiveRedisSessionCallback<K, V, T> action)