Class RedisOperationsSessionRepository

java.lang.Object
org.springframework.session.data.redis.RedisIndexedSessionRepository
org.springframework.session.data.redis.RedisOperationsSessionRepository
All Implemented Interfaces:
org.springframework.data.redis.connection.MessageListener, FindByIndexNameSessionRepository<org.springframework.session.data.redis.RedisIndexedSessionRepository.RedisSession>, SessionRepository<org.springframework.session.data.redis.RedisIndexedSessionRepository.RedisSession>

@Deprecated public class RedisOperationsSessionRepository extends RedisIndexedSessionRepository
Deprecated.
since 2.2.0 in favor of RedisIndexedSessionRepository
This SessionRepository implementation is kept in order to support migration to RedisIndexedSessionRepository in a backwards compatible manner.
Since:
1.0