@Configuration class to expose the
SessionRepositoryFilter as a bean named "springSessionRepositoryFilter" and backed by
Redis.@Configuration class to expose the
WebSessionManager as a bean named
webSessionManager and backed by Reactive Redis.ConfigureRedisAction.ReactiveSessionRepository that is implemented using Spring Data's
ReactiveRedisOperations.SessionRepositoryFilter as a bean named
"springSessionRepositoryFilter".SessionRepository that is implemented using
Spring Data's RedisOperations.RedisOperations for both
managing the session and the expirations.WebSessionManager as a bean named webSessionManager.ApplicationEventPublisher that is used to publish
SessionDestroyedEvent.RedisConnectionFactory to be injected in
RedisOperationsSessionRepository.RedisOperations instance used by Spring Session's
RedisOperationsSessionRepository.