@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.SessionCreatedEvents are published to.SessionDeletedEvents are published to.SessionExpiredEvents are published to.ReactiveRedisOperations used for sessions.RedisOperations used for sessions.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.WebSessionManager as a bean named webSessionManager.ApplicationEventPublisher that is used to publish
SessionDestroyedEvent.RedisConnectionFactory to be injected in
RedisOperationsSessionRepository.