@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.SessionCreatedEvent
s are published to.SessionDeletedEvent
s are published to.SessionExpiredEvent
s are published to.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
.RedisOperations
instance used by Spring Session's
RedisOperationsSessionRepository
.