Skip navigation links
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Classes
  • Enum Classes
  • Methods
  • Annotation Interface Elements
  • Deprecated Classes
    Class
    Description
    org.springframework.session.data.redis.ReactiveRedisOperationsSessionRepository
    since 2.2.0 in favor of ReactiveRedisSessionRepository
    org.springframework.session.data.redis.RedisOperationsSessionRepository
    since 2.2.0 in favor of RedisIndexedSessionRepository
  • Deprecated Enum Classes
    Enum Class
    Description
    org.springframework.session.data.redis.RedisFlushMode
    since 2.2.0 in favor of FlushMode
  • Deprecated Methods
    Method
    Description
    org.springframework.session.data.redis.config.annotation.web.http.EnableRedisHttpSession.redisFlushMode()
    since 2.2.0 in favor of EnableRedisHttpSession.flushMode()
    org.springframework.session.data.redis.config.annotation.web.http.RedisHttpSessionConfiguration.setRedisFlushMode(RedisFlushMode)
    org.springframework.session.data.redis.config.annotation.web.server.EnableRedisWebSession.redisFlushMode()
    since 2.2.0 as support IMMEDIATE is removed
    org.springframework.session.data.redis.config.annotation.web.server.RedisWebSessionConfiguration.setRedisFlushMode(RedisFlushMode)
    org.springframework.session.data.redis.ReactiveRedisOperationsSessionRepository.setRedisFlushMode(RedisFlushMode)
    since 2.2.0 as support IMMEDIATE is removed
    org.springframework.session.data.redis.RedisOperationsSessionRepository.setRedisFlushMode(RedisFlushMode)
    since 2.2.0 in favor of RedisIndexedSessionRepository.setFlushMode(FlushMode)
    org.springframework.session.data.redis.RedisSessionRepository.setKeyNamespace(String)
    since 2.4.0 in favor of RedisSessionRepository.setRedisKeyNamespace(String)
  • Deprecated Annotation Interface Elements
    Annotation Interface Element
    Description
    org.springframework.session.data.redis.config.annotation.web.http.EnableRedisHttpSession.redisFlushMode()
    since 2.2.0 in favor of EnableRedisHttpSession.flushMode()
    org.springframework.session.data.redis.config.annotation.web.server.EnableRedisWebSession.redisFlushMode()
    since 2.2.0 as support IMMEDIATE is removed