Skip navigation links
Spring Data Redis
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Classes
  • Enum Classes
  • Fields
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    org.springframework.data.redis.connection.jedis.JedisClusterConnection.JedisClusterTopologyProvider.shouldUseCachedValue()
    since 3.3.4, use JedisClusterConnection.JedisClusterTopologyProvider.shouldUseCachedValue(JedisClusterTopology) instead.
    org.springframework.data.redis.connection.lettuce.observability.LettuceObservationContext
    since 3.4 for removal with the next major revision. Use Lettuce's Micrometer integration through MicrometerTracing.
    org.springframework.data.redis.connection.lettuce.observability.MicrometerTracingAdapter
    since 3.4 for removal with the next major revision. Use Lettuce's Micrometer integration through MicrometerTracing.
    org.springframework.data.redis.connection.lettuce.observability.RedisObservation
    since 3.4 for removal with the next major revision. Use Lettuce's Micrometer integration through MicrometerTracing.
    org.springframework.data.redis.core.BoundZSetOperations.lexCount(RedisZSetCommands.Range)
    since 3.0. Please use BoundZSetOperations.lexCount(Range) instead.
    org.springframework.data.redis.core.BoundZSetOperations.rangeByLex(RedisZSetCommands.Range)
    since 3.0. Please use BoundZSetOperations.rangeByLex(Range) instead.
    org.springframework.data.redis.core.BoundZSetOperations.rangeByLex(RedisZSetCommands.Range, Limit)
    since 3.0. Please use BoundZSetOperations.rangeByLex(Range, Limit) instead.
    org.springframework.data.redis.core.BoundZSetOperations.removeRangeByLex(RedisZSetCommands.Range)
    since 3.0. Please use BoundZSetOperations.removeRangeByLex(Range).
    org.springframework.data.redis.core.BoundZSetOperations.reverseRangeByLex(RedisZSetCommands.Range)
    since 3.0. Please use BoundZSetOperations.reverseRangeByLex(Range) instead.
    org.springframework.data.redis.core.BoundZSetOperations.reverseRangeByLex(RedisZSetCommands.Range, Limit)
    since 3.0. Please use BoundZSetOperations.reverseRangeByLex(Range, Limit) instead.
    org.springframework.data.redis.core.mapping.RedisPersistentEntity.hasExplictTimeToLiveProperty()
    in favor of RedisPersistentEntity.hasExplicitTimeToLiveProperty().
    org.springframework.data.redis.core.ScanCursor.doOpen(long)
    since 3.3.0, use ScanCursor.doOpen(CursorId) instead.
    org.springframework.data.redis.core.ScanCursor.isFinished(long)
    org.springframework.data.redis.core.ZSetOperations.lexCount(K, RedisZSetCommands.Range)
    since 3.0. Please use #lexCount(Range) instead.
    org.springframework.data.redis.core.ZSetOperations.rangeByLex(K, RedisZSetCommands.Range)
    since 3.0. Please use ZSetOperations.rangeByLex(Object, Range) instead.
    org.springframework.data.redis.core.ZSetOperations.rangeByLex(K, RedisZSetCommands.Range, Limit)
    since 3.0. Please use ZSetOperations.rangeByLex(Object, Range, Limit) instead.
    org.springframework.data.redis.core.ZSetOperations.removeRangeByLex(K, RedisZSetCommands.Range)
    since 3.0. Please use ZSetOperations.removeRangeByLex(Object, Range) instead;
    org.springframework.data.redis.core.ZSetOperations.reverseRangeByLex(K, RedisZSetCommands.Range)
    since 3.0. Please use ZSetOperations.reverseRangeByLex(Object, Range)
    org.springframework.data.redis.core.ZSetOperations.reverseRangeByLex(K, RedisZSetCommands.Range, Limit)
    since 3.0. Please use ZSetOperations.reverseRangeByLex(Object, Range, Limit) instead.
    org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer.DEFAULT_CHARSET
    since 3.0 for removal.
    org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer.setObjectMapper(ObjectMapper)
    since 3.0, use constructor creation to configure the object mapper.
    org.springframework.data.redis.support.collections.RedisZSet.rangeByLex(RedisZSetCommands.Range)
    since 3.0. Please use RedisZSet.rangeByLex(Range) instead.
    org.springframework.data.redis.support.collections.RedisZSet.rangeByLex(RedisZSetCommands.Range, Limit)
    since 3.0. Please use RedisZSet.rangeByLex(Range, Limit) instead.
    org.springframework.data.redis.support.collections.RedisZSet.reverseRangeByLex(RedisZSetCommands.Range)
    since 3.0. Please use RedisZSet.reverseRangeByLex(Range, Limit) instead.
    org.springframework.data.redis.support.collections.RedisZSet.reverseRangeByLex(RedisZSetCommands.Range, Limit)
    since 3.0. Please use RedisZSet.reverseRangeByLex(Range, Limit) instead.
    org.springframework.data.redis.util.RedisAssertions
    since 3.3, will be removed in a future revision in favor of Spring's Assert utility.
  • Deprecated Interfaces
    Interface
    Description
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection
    org.springframework.data.redis.connection.DefaultedRedisConnection
  • Deprecated Classes
    Class
    Description
    org.springframework.data.redis.connection.lettuce.observability.LettuceObservationContext
    since 3.4 for removal with the next major revision. Use Lettuce's Micrometer integration through MicrometerTracing.
    org.springframework.data.redis.connection.lettuce.observability.MicrometerTracingAdapter
    since 3.4 for removal with the next major revision. Use Lettuce's Micrometer integration through MicrometerTracing.
    org.springframework.data.redis.connection.RedisZSetCommands.Limit
    since 3.0, use Limit instead.
    org.springframework.data.redis.connection.RedisZSetCommands.Range
    since 3.0, use Range or RedisZSetCommands.Range.toRange() instead.
    org.springframework.data.redis.util.RedisAssertions
    since 3.3, will be removed in a future revision in favor of Spring's Assert utility.
  • Deprecated Enum Classes
    Enum Class
    Description
    org.springframework.data.redis.connection.lettuce.observability.RedisObservation
    since 3.4 for removal with the next major revision. Use Lettuce's Micrometer integration through MicrometerTracing.
  • Deprecated Fields
    Field
    Description
    org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer.DEFAULT_CHARSET
    since 3.0 for removal.
  • Deprecated Methods
    Method
    Description
    org.springframework.data.redis.cache.RedisCacheConfiguration.getTtl()
    since 3.2. Use RedisCacheConfiguration.getTtlFunction() instead.
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.bgReWriteAof(RedisClusterNode)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.bgSave(RedisClusterNode)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.dbSize(RedisClusterNode)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.flushAll(RedisClusterNode)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.flushAll(RedisClusterNode, RedisServerCommands.FlushOption)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.flushDb(RedisClusterNode)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.flushDb(RedisClusterNode, RedisServerCommands.FlushOption)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.getClientList(RedisClusterNode)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.getConfig(RedisClusterNode, String)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.info(RedisClusterNode)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.info(RedisClusterNode, String)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.lastSave(RedisClusterNode)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.resetConfigStats(RedisClusterNode)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.rewriteConfig(RedisClusterNode)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.save(RedisClusterNode)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.setConfig(RedisClusterNode, String, String)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.shutdown(RedisClusterNode)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.time(RedisClusterNode)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.time(RedisClusterNode, TimeUnit)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.append(byte[], byte[])
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.bgReWriteAof()
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.bgSave()
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.bitCount(byte[])
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.bitCount(byte[], long, long)
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.bitField(byte[], BitFieldSubCommands)
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.bitOp(RedisStringCommands.BitOperation, byte[], byte[]...)
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.bitPos(byte[], boolean, Range<Long>)
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.bLMove(byte[], byte[], RedisListCommands.Direction, RedisListCommands.Direction, double)
    in favor of RedisCommandsProvider.listCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.bLPop(int, byte[]...)
    in favor of RedisCommandsProvider.listCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.bRPop(int, byte[]...)
    in favor of RedisCommandsProvider.listCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.bRPopLPush(int, byte[], byte[])
    in favor of RedisCommandsProvider.listCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.bZPopMax(byte[], long, TimeUnit)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.bZPopMin(byte[], long, TimeUnit)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.copy(byte[], byte[], boolean)
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.dbSize()
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.decr(byte[])
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.decrBy(byte[], long)
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.del(byte[]...)
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.dump(byte[])
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.encodingOf(byte[])
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.eval(byte[], ReturnType, int, byte[]...)
    in favor of RedisCommandsProvider.scriptingCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.evalSha(byte[], ReturnType, int, byte[]...)
    in favor of RedisCommandsProvider.scriptingCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.evalSha(String, ReturnType, int, byte[]...)
    in favor of RedisCommandsProvider.scriptingCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.exists(byte[])
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.exists(byte[]...)
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.expire(byte[], long)
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.expireAt(byte[], long)
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.flushAll()
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.flushAll(RedisServerCommands.FlushOption)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.flushDb()
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.flushDb(RedisServerCommands.FlushOption)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoAdd(byte[], Iterable<RedisGeoCommands.GeoLocation<byte[]>>)
    in favor of RedisCommandsProvider.geoCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoAdd(byte[], Map<byte[], Point>)
    in favor of RedisCommandsProvider.geoCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoAdd(byte[], Point, byte[])
    in favor of RedisCommandsProvider.geoCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoDist(byte[], byte[], byte[])
    in favor of RedisCommandsProvider.geoCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoDist(byte[], byte[], byte[], Metric)
    in favor of RedisCommandsProvider.geoCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoHash(byte[], byte[]...)
    in favor of RedisCommandsProvider.geoCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoPos(byte[], byte[]...)
    in favor of RedisCommandsProvider.geoCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoRadius(byte[], Circle)
    in favor of RedisCommandsProvider.geoCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoRadius(byte[], Circle, RedisGeoCommands.GeoRadiusCommandArgs)
    in favor of RedisCommandsProvider.geoCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoRadiusByMember(byte[], byte[], Distance)
    in favor of RedisCommandsProvider.geoCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoRadiusByMember(byte[], byte[], Distance, RedisGeoCommands.GeoRadiusCommandArgs)
    in favor of RedisCommandsProvider.geoCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoRemove(byte[], byte[]...)
    in favor of RedisCommandsProvider.geoCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoSearch(byte[], GeoReference<byte[]>, GeoShape, RedisGeoCommands.GeoSearchCommandArgs)
    in favor of RedisCommandsProvider.geoCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoSearchStore(byte[], byte[], GeoReference<byte[]>, GeoShape, RedisGeoCommands.GeoSearchStoreCommandArgs)
    in favor of RedisCommandsProvider.geoCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.get(byte[])
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.getBit(byte[], long)
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.getClientList()
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.getClientName()
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.getConfig(String)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.getDel(byte[])
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.getEx(byte[], Expiration)
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.getRange(byte[], long, long)
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.getSet(byte[], byte[])
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.hDel(byte[], byte[]...)
    in favor of RedisCommandsProvider.hashCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.hExists(byte[], byte[])
    in favor of RedisCommandsProvider.hashCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.hGet(byte[], byte[])
    in favor of RedisCommandsProvider.hashCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.hGetAll(byte[])
    in favor of RedisCommandsProvider.hashCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.hIncrBy(byte[], byte[], double)
    in favor of RedisCommandsProvider.hashCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.hIncrBy(byte[], byte[], long)
    in favor of RedisCommandsProvider.hashCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.hKeys(byte[])
    in favor of RedisCommandsProvider.hashCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.hMGet(byte[], byte[]...)
    in favor of RedisCommandsProvider.hashCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.hMSet(byte[], Map<byte[], byte[]>)
    in favor of RedisCommandsProvider.hashCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.hRandField(byte[])
    in favor of RedisCommandsProvider.hashCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.hRandField(byte[], long)
    in favor of RedisCommandsProvider.hashCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.hRandFieldWithValues(byte[])
    in favor of RedisCommandsProvider.hashCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.hRandFieldWithValues(byte[], long)
    in favor of RedisCommandsProvider.hashCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.hScan(byte[], ScanOptions)
    in favor of RedisCommandsProvider.hashCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.hSet(byte[], byte[], byte[])
    in favor of RedisCommandsProvider.hashCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.hSetNX(byte[], byte[], byte[])
    in favor of RedisCommandsProvider.hashCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.hStrLen(byte[], byte[])
    in favor of RedisCommandsProvider.hashCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.hVals(byte[])
    in favor of RedisCommandsProvider.hashCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.idletime(byte[])
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.incr(byte[])
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.incrBy(byte[], double)
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.incrBy(byte[], long)
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.info()
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.info(String)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.keys(byte[])
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.killClient(String, int)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.lastSave()
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.lIndex(byte[], long)
    in favor of RedisCommandsProvider.listCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.lInsert(byte[], RedisListCommands.Position, byte[], byte[])
    in favor of RedisCommandsProvider.listCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.lLen(byte[])
    in favor of RedisCommandsProvider.listCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.lMove(byte[], byte[], RedisListCommands.Direction, RedisListCommands.Direction)
    in favor of RedisCommandsProvider.listCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.lPop(byte[])
    in favor of RedisCommandsProvider.listCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.lPop(byte[], long)
    in favor of RedisCommandsProvider.listCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.lPos(byte[], byte[], Integer, Integer)
    in favor of RedisCommandsProvider.listCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.lPush(byte[], byte[]...)
    in favor of RedisCommandsProvider.listCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.lPushX(byte[], byte[])
    in favor of RedisCommandsProvider.listCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.lRange(byte[], long, long)
    in favor of RedisCommandsProvider.listCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.lRem(byte[], long, byte[])
    in favor of RedisCommandsProvider.listCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.lSet(byte[], long, byte[])
    in favor of RedisCommandsProvider.listCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.lTrim(byte[], long, long)
    in favor of RedisCommandsProvider.listCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.mGet(byte[]...)
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.migrate(byte[], RedisNode, int, RedisServerCommands.MigrateOption)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.migrate(byte[], RedisNode, int, RedisServerCommands.MigrateOption, long)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.move(byte[], int)
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.mSet(Map<byte[], byte[]>)
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.mSetNX(Map<byte[], byte[]>)
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.persist(byte[])
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.pExpire(byte[], long)
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.pExpireAt(byte[], long)
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.pfAdd(byte[], byte[]...)
    in favor of RedisCommandsProvider.hyperLogLogCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.pfCount(byte[]...)
    in favor of RedisCommandsProvider.hyperLogLogCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.pfMerge(byte[], byte[]...)
    in favor of RedisCommandsProvider.hyperLogLogCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.pSetEx(byte[], long, byte[])
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.pTtl(byte[])
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.pTtl(byte[], TimeUnit)
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.randomKey()
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.refcount(byte[])
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.rename(byte[], byte[])
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.renameNX(byte[], byte[])
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.replicaOf(String, int)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.replicaOfNoOne()
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.resetConfigStats()
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.restore(byte[], long, byte[], boolean)
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.rewriteConfig()
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.rPop(byte[])
    in favor of RedisCommandsProvider.listCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.rPop(byte[], long)
    in favor of RedisCommandsProvider.listCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.rPopLPush(byte[], byte[])
    in favor of RedisCommandsProvider.listCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.rPush(byte[], byte[]...)
    in favor of RedisCommandsProvider.listCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.rPushX(byte[], byte[])
    in favor of RedisCommandsProvider.listCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.sAdd(byte[], byte[]...)
    in favor of RedisCommandsProvider.setCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.save()
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.scan(ScanOptions)
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.sCard(byte[])
    in favor of RedisCommandsProvider.setCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.scriptExists(String...)
    in favor of RedisCommandsProvider.scriptingCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.scriptFlush()
    in favor of RedisCommandsProvider.scriptingCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.scriptKill()
    in favor of RedisCommandsProvider.scriptingCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.scriptLoad(byte[])
    in favor of RedisCommandsProvider.scriptingCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.sDiff(byte[]...)
    in favor of RedisCommandsProvider.setCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.sDiffStore(byte[], byte[]...)
    in favor of RedisCommandsProvider.setCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.set(byte[], byte[])
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.set(byte[], byte[], Expiration, RedisStringCommands.SetOption)
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.setBit(byte[], long, boolean)
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.setClientName(byte[])
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.setConfig(String, String)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.setEx(byte[], long, byte[])
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.setNX(byte[], byte[])
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.setRange(byte[], byte[], long)
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.shutdown()
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.shutdown(RedisServerCommands.ShutdownOption)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.sInter(byte[]...)
    in favor of RedisCommandsProvider.setCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.sInterStore(byte[], byte[]...)
    in favor of RedisCommandsProvider.setCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.sIsMember(byte[], byte[])
    in favor of RedisCommandsProvider.setCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.sMembers(byte[])
    in favor of RedisCommandsProvider.setCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.sMIsMember(byte[], byte[]...)
    in favor of RedisCommandsProvider.setCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.sMove(byte[], byte[], byte[])
    in favor of RedisCommandsProvider.setCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.sort(byte[], SortParameters)
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.sort(byte[], SortParameters, byte[])
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.sPop(byte[])
    in favor of RedisCommandsProvider.setCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.sPop(byte[], long)
    in favor of RedisCommandsProvider.setCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.sRandMember(byte[])
    in favor of RedisCommandsProvider.setCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.sRandMember(byte[], long)
    in favor of RedisCommandsProvider.setCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.sRem(byte[], byte[]...)
    in favor of RedisCommandsProvider.setCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.sScan(byte[], ScanOptions)
    in favor of RedisCommandsProvider.setCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.strLen(byte[])
    in favor of RedisCommandsProvider.stringCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.sUnion(byte[]...)
    in favor of RedisCommandsProvider.setCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.sUnionStore(byte[], byte[]...)
    in favor of RedisCommandsProvider.setCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.time()
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.time(TimeUnit)
    in favor of RedisCommandsProvider.serverCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.touch(byte[]...)
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.ttl(byte[])
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.ttl(byte[], TimeUnit)
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.type(byte[])
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.unlink(byte[]...)
    in favor of RedisCommandsProvider.keyCommands().
    org.springframework.data.redis.connection.DefaultedRedisConnection.xAck(byte[], String, RecordId...)
    in favor of RedisCommandsProvider.streamCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.xAdd(MapRecord<byte[], byte[], byte[]>, RedisStreamCommands.XAddOptions)
    in favor of RedisCommandsProvider.streamCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.xClaim(byte[], String, String, RedisStreamCommands.XClaimOptions)
    in favor of RedisCommandsProvider.streamCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.xClaimJustId(byte[], String, String, RedisStreamCommands.XClaimOptions)
    in favor of RedisCommandsProvider.streamCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.xDel(byte[], RecordId...)
    in favor of RedisCommandsProvider.streamCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.xGroupCreate(byte[], String, ReadOffset)
    in favor of RedisCommandsProvider.streamCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.xGroupCreate(byte[], String, ReadOffset, boolean)
    in favor of RedisCommandsProvider.streamCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.xGroupDelConsumer(byte[], Consumer)
    in favor of RedisCommandsProvider.streamCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.xGroupDestroy(byte[], String)
    in favor of RedisCommandsProvider.streamCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.xInfo(byte[])
    in favor of RedisCommandsProvider.streamCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.xInfoConsumers(byte[], String)
    in favor of RedisCommandsProvider.streamCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.xInfoGroups(byte[])
    in favor of RedisCommandsProvider.streamCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.xLen(byte[])
    in favor of RedisCommandsProvider.streamCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.xPending(byte[], String)
    in favor of RedisCommandsProvider.streamCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.xPending(byte[], String, RedisStreamCommands.XPendingOptions)
    in favor of RedisCommandsProvider.streamCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.xRange(byte[], Range<String>)
    in favor of RedisCommandsProvider.streamCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.xRange(byte[], Range<String>, Limit)
    in favor of RedisCommandsProvider.streamCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.xRead(StreamOffset<byte[]>...)
    in favor of RedisCommandsProvider.streamCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.xRead(StreamReadOptions, StreamOffset<byte[]>...)
    in favor of RedisCommandsProvider.streamCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.xReadGroup(Consumer, StreamOffset<byte[]>...)
    in favor of RedisCommandsProvider.streamCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.xReadGroup(Consumer, StreamReadOptions, StreamOffset<byte[]>...)
    in favor of RedisCommandsProvider.streamCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.xRevRange(byte[], Range<String>)
    in favor of RedisCommandsProvider.streamCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.xRevRange(byte[], Range<String>, Limit)
    in favor of RedisCommandsProvider.streamCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.xTrim(byte[], long)
    in favor of RedisCommandsProvider.streamCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.xTrim(byte[], long, boolean)
    org.springframework.data.redis.connection.DefaultedRedisConnection.zAdd(byte[], double, byte[], RedisZSetCommands.ZAddArgs)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zAdd(byte[], Set<Tuple>, RedisZSetCommands.ZAddArgs)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zCard(byte[])
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zCount(byte[], double, double)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zCount(byte[], Range<? extends Number>)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zDiff(byte[]...)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zDiffStore(byte[], byte[]...)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zDiffWithScores(byte[]...)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zIncrBy(byte[], double, byte[])
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zInter(byte[]...)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zInterStore(byte[], byte[]...)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zInterStore(byte[], Aggregate, int[], byte[]...)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zInterStore(byte[], Aggregate, Weights, byte[]...)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zInterWithScores(byte[]...)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zInterWithScores(Aggregate, int[], byte[]...)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zInterWithScores(Aggregate, Weights, byte[]...)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zLexCount(byte[], Range<byte[]>)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zMScore(byte[], byte[]...)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zPopMax(byte[])
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zPopMax(byte[], long)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zPopMin(byte[])
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zPopMin(byte[], long)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRandMember(byte[])
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRandMember(byte[], long)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRandMemberWithScore(byte[])
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRandMemberWithScore(byte[], long)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRange(byte[], long, long)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRangeByLex(byte[], Range<byte[]>, Limit)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRangeByScore(byte[], String, String)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRangeByScore(byte[], String, String, long, long)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRangeByScore(byte[], Range<? extends Number>, Limit)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRangeByScoreWithScores(byte[], Range<? extends Number>, Limit)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRangeStoreByLex(byte[], byte[], Range<byte[]>, Limit)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRangeStoreByScore(byte[], byte[], Range<? extends Number>, Limit)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRangeStoreRevByLex(byte[], byte[], Range<byte[]>, Limit)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRangeStoreRevByScore(byte[], byte[], Range<? extends Number>, Limit)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRangeWithScores(byte[], long, long)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRank(byte[], byte[])
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRem(byte[], byte[]...)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRemRange(byte[], long, long)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRemRangeByLex(byte[], Range<byte[]>)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRemRangeByScore(byte[], double, double)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRemRangeByScore(byte[], Range<? extends Number>)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRevRange(byte[], long, long)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRevRangeByLex(byte[], Range<byte[]>, Limit)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRevRangeByScore(byte[], Range<? extends Number>, Limit)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRevRangeByScoreWithScores(byte[], Range<? extends Number>, Limit)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRevRangeWithScores(byte[], long, long)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRevRank(byte[], byte[])
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zScan(byte[], ScanOptions)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zScore(byte[], byte[])
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zUnion(byte[]...)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zUnionStore(byte[], byte[]...)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zUnionStore(byte[], Aggregate, int[], byte[]...)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zUnionStore(byte[], Aggregate, Weights, byte[]...)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zUnionWithScores(byte[]...)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zUnionWithScores(Aggregate, int[], byte[]...)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.DefaultedRedisConnection.zUnionWithScores(Aggregate, Weights, byte[]...)
    in favor of RedisCommandsProvider.zSetCommands()}.
    org.springframework.data.redis.connection.jedis.JedisClusterConnection.JedisClusterTopologyProvider.shouldUseCachedValue()
    since 3.3.4, use JedisClusterConnection.JedisClusterTopologyProvider.shouldUseCachedValue(JedisClusterTopology) instead.
    org.springframework.data.redis.connection.jedis.JedisConnectionFactory.setClientName(String)
    since 2.0, configure the client name using JedisClientConfiguration.
    org.springframework.data.redis.connection.jedis.JedisConnectionFactory.setDatabase(int)
    since 2.0, configure the database index using RedisStandaloneConfiguration or RedisSentinelConfiguration.
    org.springframework.data.redis.connection.jedis.JedisConnectionFactory.setHostName(String)
    since 2.0, configure the hostname using RedisStandaloneConfiguration.
    org.springframework.data.redis.connection.jedis.JedisConnectionFactory.setPassword(String)
    since 2.0, configure the password using RedisStandaloneConfiguration, RedisSentinelConfiguration or RedisClusterConfiguration.
    org.springframework.data.redis.connection.jedis.JedisConnectionFactory.setPoolConfig(JedisPoolConfig)
    since 2.0, configure JedisPoolConfig using JedisClientConfiguration.
    org.springframework.data.redis.connection.jedis.JedisConnectionFactory.setPort(int)
    since 2.0, configure the port using RedisStandaloneConfiguration.
    org.springframework.data.redis.connection.jedis.JedisConnectionFactory.setTimeout(int)
    since 2.0, configure the timeout using JedisClientConfiguration.
    org.springframework.data.redis.connection.jedis.JedisConnectionFactory.setUsePool(boolean)
    since 2.0, configure pooling usage with JedisClientConfiguration.
    org.springframework.data.redis.connection.jedis.JedisConnectionFactory.setUseSsl(boolean)
    since 2.0, configure the SSL usage with JedisClientConfiguration.
    org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.isVerifyPeer()
    since 3.4, use LettuceClientConfiguration.getVerifyMode() for how peer verification is configured.
    org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.isVerifyPeer()
    since 3.4, use LettuceClientConfiguration.getVerifyMode() instead.
    org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.setClientName(String)
    configure the client name using LettuceClientConfiguration.
    org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.setClientResources(ClientResources)
    since 2.0, configure ClientResources using LettuceClientConfiguration.
    org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.setDatabase(int)
    since 3.2, configure the database index using RedisStandaloneConfiguration, RedisSocketConfiguration, RedisSentinelConfiguration, or RedisStaticMasterReplicaConfiguration.
    org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.setHostName(String)
    since 2.0, configure the hostname using RedisStandaloneConfiguration.
    org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.setPassword(String)
    since 2.0, configure the password using RedisStandaloneConfiguration, RedisSentinelConfiguration or RedisClusterConfiguration.
    org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.setPort(int)
    since 2.0, configure the port using RedisStandaloneConfiguration.
    org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.setShutdownTimeout(long)
    since 2.0, configure the shutdown timeout using LettuceClientConfiguration.
    org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.setStartTls(boolean)
    since 2.0, configure StartTLS using LettuceClientConfiguration.
    org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.setTimeout(long)
    since 2.0, configure the timeout using LettuceClientConfiguration.
    org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.setUseSsl(boolean)
    since 2.0, configure SSL usage using LettuceClientConfiguration.
    org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.setVerifyPeer(boolean)
    since 2.0, configure peer verification using LettuceClientConfiguration.
    org.springframework.data.redis.connection.RedisZSetCommands.zRangeByScore(byte[], String, String)
    since 3.0, use RedisZSetCommands.zRangeByScore(byte[], org.springframework.data.domain.Range) instead.
    org.springframework.data.redis.core.BoundSetOperations.diff(Collection<K>)
    since 3.0, use BoundSetOperations.difference(Collection) instead to follow a consistent method naming scheme.
    org.springframework.data.redis.core.BoundSetOperations.diff(K)
    since 3.0, use BoundSetOperations.difference(Object) instead to follow a consistent method naming scheme.
    org.springframework.data.redis.core.BoundSetOperations.diffAndStore(Collection<K>, K)
    since 3.0, use BoundSetOperations.differenceAndStore(Collection, Object) instead to follow a consistent method naming scheme.
    org.springframework.data.redis.core.BoundSetOperations.diffAndStore(K, K)
    since 3.0, use BoundSetOperations.differenceAndStore(Object, Object) instead to follow a consistent method naming scheme..
    org.springframework.data.redis.core.BoundZSetOperations.lexCount(RedisZSetCommands.Range)
    since 3.0. Please use BoundZSetOperations.lexCount(Range) instead.
    org.springframework.data.redis.core.BoundZSetOperations.rangeByLex(RedisZSetCommands.Range)
    since 3.0. Please use BoundZSetOperations.rangeByLex(Range) instead.
    org.springframework.data.redis.core.BoundZSetOperations.rangeByLex(RedisZSetCommands.Range, Limit)
    since 3.0. Please use BoundZSetOperations.rangeByLex(Range, Limit) instead.
    org.springframework.data.redis.core.BoundZSetOperations.removeRangeByLex(RedisZSetCommands.Range)
    since 3.0. Please use BoundZSetOperations.removeRangeByLex(Range).
    org.springframework.data.redis.core.BoundZSetOperations.reverseRangeByLex(RedisZSetCommands.Range)
    since 3.0. Please use BoundZSetOperations.reverseRangeByLex(Range) instead.
    org.springframework.data.redis.core.BoundZSetOperations.reverseRangeByLex(RedisZSetCommands.Range, Limit)
    since 3.0. Please use BoundZSetOperations.reverseRangeByLex(Range, Limit) instead.
    org.springframework.data.redis.core.ConvertingCursor.getCursorId()
    org.springframework.data.redis.core.Cursor.getCursorId()
    since 3.3.0, use Cursor.getId() instead as the cursorId can exceed Long.MAX_VALUE.
    org.springframework.data.redis.core.mapping.RedisPersistentEntity.hasExplictTimeToLiveProperty()
    in favor of RedisPersistentEntity.hasExplicitTimeToLiveProperty().
    org.springframework.data.redis.core.ScanCursor.doOpen(long)
    since 3.3.0, use ScanCursor.doOpen(CursorId) instead.
    org.springframework.data.redis.core.ScanCursor.doScan(long, ScanOptions)
    since 3.3.0, cursorId, can exceed Long.MAX_VALUE.
    org.springframework.data.redis.core.ScanCursor.isFinished(long)
    org.springframework.data.redis.core.ScanIteration.getCursorId()
    since 3.3.0, use ScanIteration.getId() instead as the cursorId can exceed Long.MAX_VALUE.
    org.springframework.data.redis.core.ZSetOperations.lexCount(K, RedisZSetCommands.Range)
    since 3.0. Please use #lexCount(Range) instead.
    org.springframework.data.redis.core.ZSetOperations.rangeByLex(K, RedisZSetCommands.Range)
    since 3.0. Please use ZSetOperations.rangeByLex(Object, Range) instead.
    org.springframework.data.redis.core.ZSetOperations.rangeByLex(K, RedisZSetCommands.Range, Limit)
    since 3.0. Please use ZSetOperations.rangeByLex(Object, Range, Limit) instead.
    org.springframework.data.redis.core.ZSetOperations.removeRangeByLex(K, RedisZSetCommands.Range)
    since 3.0. Please use ZSetOperations.removeRangeByLex(Object, Range) instead;
    org.springframework.data.redis.core.ZSetOperations.reverseRangeByLex(K, RedisZSetCommands.Range)
    since 3.0. Please use ZSetOperations.reverseRangeByLex(Object, Range)
    org.springframework.data.redis.core.ZSetOperations.reverseRangeByLex(K, RedisZSetCommands.Range, Limit)
    since 3.0. Please use ZSetOperations.reverseRangeByLex(Object, Range, Limit) instead.
    org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer.setObjectMapper(ObjectMapper)
    since 3.0, use constructor creation to configure the object mapper.
    org.springframework.data.redis.serializer.RedisSerializationContext.raw()
    since 2.2. Please use RedisSerializationContext.byteArray() instead.
    org.springframework.data.redis.serializer.RedisSerializationContext.SerializationPair.raw()
    since 2.2. Please use either RedisSerializationContext.SerializationPair.byteArray() or RedisSerializationContext.SerializationPair.byteBuffer().
    org.springframework.data.redis.support.collections.RedisZSet.rangeByLex(RedisZSetCommands.Range)
    since 3.0. Please use RedisZSet.rangeByLex(Range) instead.
    org.springframework.data.redis.support.collections.RedisZSet.rangeByLex(RedisZSetCommands.Range, Limit)
    since 3.0. Please use RedisZSet.rangeByLex(Range, Limit) instead.
    org.springframework.data.redis.support.collections.RedisZSet.reverseRangeByLex(RedisZSetCommands.Range)
    since 3.0. Please use RedisZSet.reverseRangeByLex(Range, Limit) instead.
    org.springframework.data.redis.support.collections.RedisZSet.reverseRangeByLex(RedisZSetCommands.Range, Limit)
    since 3.0. Please use RedisZSet.reverseRangeByLex(Range, Limit) instead.
    org.springframework.data.redis.util.ByteUtils.extractBytes(ByteBuffer)
    Since 3.2. Use ByteUtils.getBytes(ByteBuffer) instead.
  • Deprecated Constructors
    Constructor
    Description
    org.springframework.data.redis.cache.RedisCacheManager(RedisCacheWriter, RedisCacheConfiguration, Map<String, RedisCacheConfiguration>, boolean)
    since 3.2. Use RedisCacheManager(RedisCacheWriter, RedisCacheConfiguration, boolean, Map) instead.
    org.springframework.data.redis.connection.RedisClusterConfiguration(PropertySource<?>)
    since 3.3, use RedisSentinelConfiguration.of(PropertySource) instead. This constructor will be made private in the next major release.
    org.springframework.data.redis.connection.RedisSentinelConfiguration(PropertySource<?>)
    since 3.3, use RedisSentinelConfiguration.of(PropertySource) instead. This constructor will be made private in the next major release.
    org.springframework.data.redis.core.KeyBoundCursor(byte[], long, ScanOptions)
    since 3.3.0 - Use KeyBoundCursor(byte[], CursorId, ScanOptions) instead.
    org.springframework.data.redis.core.ScanCursor(long)
    since 3.3.0 - Use ScanCursor(CursorId) instead.
    org.springframework.data.redis.core.ScanCursor(long, ScanOptions)
    since 3.3.0 - Use ScanCursor(CursorId, ScanOptions) instead.
    org.springframework.data.redis.core.ScanIteration(long, Collection<T>)
    since 3.3.0, use ScanIteration(CursorId, Collection) instead as cursorId can exceed Long.MAX_VALUE.

Copyright © 2011–2025 Pivotal Software, Inc.. All rights reserved.