All Classes and Interfaces

Class
Description
Ensures that Redis Keyspace events for Generic commands and Expired events are enabled.
Allows specifying a strategy for configuring and validating Redis.
Add this annotation to an @Configuration class to expose the SessionRepositoryFilter as a bean named springSessionRepositoryFilter and backed by Redis.
Add this annotation to an @Configuration class to expose the WebSessionManager as a bean named webSessionManager and backed by Reactive Redis.
Deprecated.
since 2.2.0 in favor of ReactiveRedisSessionRepository
A ReactiveSessionRepository that is implemented using Spring Data's ReactiveRedisOperations.
Deprecated.
since 2.2.0 in favor of FlushMode
Exposes the SessionRepositoryFilter as a bean named springSessionRepositoryFilter.
A SessionRepository that is implemented using Spring Data's RedisOperations.
Deprecated.
since 2.2.0 in favor of RedisIndexedSessionRepository
A SessionRepository implementation that uses Spring Data's RedisOperations to store sessions is Redis.
Exposes the WebSessionManager as a bean named webSessionManager.
Qualifier annotation for a RedisConnectionFactory to be injected in RedisIndexedSessionRepository.
Annotation used to inject the Redis accessor used by Spring Session's Redis session repository.