Closed
Description
The support for immediate flush mode in ReactiveRedisOperationsSessionRepository
is buggy due to unhandled Mono
instance in RedisSession#flushImmediateIfNecessary
which in turn is a limitation of both our Session
API and Spring WebFlux's WebSession
since they don't offer capabilities of setting attribute in a reactive manner.