ナビゲーションリンクをスキップ
Spring Data Redis
  • ホーム
  • 概要
  • パッケージ
  • クラス
  • 使用
  • ツリー
  • 非推奨
  • インデックス
  • ヘルプ

非推奨の API

内容

  • 最終的に非推奨
  • インターフェース
  • クラス
  • 列挙クラス
  • フィールド
  • メソッド
  • コンストラクター
  • 最終的に非推奨の要素
    要素
    説明
    org.springframework.data.redis.connection.jedis.JedisClusterConnection.JedisClusterTopologyProvider.shouldUseCachedValue()
    3.3.4 以降、代わりに JedisClusterConnection.JedisClusterTopologyProvider.shouldUseCachedValue(JedisClusterTopology) を使用してください。
    org.springframework.data.redis.connection.lettuce.observability.LettuceObservationContext
    3.4 以降、次のメジャーリビジョンで削除されます。MicrometerTracing を介して Lettuce の Micrometer 統合を使用します。
    org.springframework.data.redis.connection.lettuce.observability.MicrometerTracingAdapter
    3.4 以降、次のメジャーリビジョンで削除されます。MicrometerTracing を介して Lettuce の Micrometer 統合を使用します。
    org.springframework.data.redis.connection.lettuce.observability.RedisObservation
    3.4 以降、次のメジャーリビジョンで削除されます。MicrometerTracing を介して Lettuce の Micrometer 統合を使用します。
    org.springframework.data.redis.core.BoundZSetOperations.lexCount(RedisZSetCommands.Range)
    3.0 以降。代わりに BoundZSetOperations.lexCount(Range) を使用してください。
    org.springframework.data.redis.core.BoundZSetOperations.rangeByLex(RedisZSetCommands.Range)
    3.0 以降。代わりに BoundZSetOperations.rangeByLex(Range) を使用してください。
    org.springframework.data.redis.core.BoundZSetOperations.rangeByLex(RedisZSetCommands.Range, Limit)
    3.0 以降。代わりに BoundZSetOperations.rangeByLex(Range, Limit) を使用してください。
    org.springframework.data.redis.core.BoundZSetOperations.removeRangeByLex(RedisZSetCommands.Range)
    3.0 以降。BoundZSetOperations.removeRangeByLex(Range) をご利用ください。
    org.springframework.data.redis.core.BoundZSetOperations.reverseRangeByLex(RedisZSetCommands.Range)
    3.0 以降。代わりに BoundZSetOperations.reverseRangeByLex(Range) を使用してください。
    org.springframework.data.redis.core.BoundZSetOperations.reverseRangeByLex(RedisZSetCommands.Range, Limit)
    3.0 以降。代わりに BoundZSetOperations.reverseRangeByLex(Range, Limit) を使用してください。
    org.springframework.data.redis.core.mapping.RedisPersistentEntity.hasExplictTimeToLiveProperty()
    RedisPersistentEntity.hasExplicitTimeToLiveProperty() を推奨。
    org.springframework.data.redis.core.ScanCursor.doOpen(long)
    3.3.0 以降、代わりに ScanCursor.doOpen(CursorId) を使用してください。
    org.springframework.data.redis.core.ScanCursor.isFinished(long)
    org.springframework.data.redis.core.ZSetOperations.lexCount(K, RedisZSetCommands.Range)
    3.0 以来。代わりに #lexCount(Range) を使用してください。
    org.springframework.data.redis.core.ZSetOperations.rangeByLex(K, RedisZSetCommands.Range)
    3.0 以降。代わりに ZSetOperations.rangeByLex(Object, Range) を使用してください。
    org.springframework.data.redis.core.ZSetOperations.rangeByLex(K, RedisZSetCommands.Range, Limit)
    3.0 以降。代わりに ZSetOperations.rangeByLex(Object, Range, Limit) を使用してください。
    org.springframework.data.redis.core.ZSetOperations.removeRangeByLex(K, RedisZSetCommands.Range)
    3.0 以来。代わりに ZSetOperations.removeRangeByLex(Object, Range) を使用してください。
    org.springframework.data.redis.core.ZSetOperations.reverseRangeByLex(K, RedisZSetCommands.Range)
    3.0 以来。ZSetOperations.reverseRangeByLex(Object, Range) をご利用ください
    org.springframework.data.redis.core.ZSetOperations.reverseRangeByLex(K, RedisZSetCommands.Range, Limit)
    3.0 以降。代わりに ZSetOperations.reverseRangeByLex(Object, Range, Limit) を使用してください。
    org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer.DEFAULT_CHARSET
    取り外しは 3.0 以降。
    org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer.setObjectMapper(ObjectMapper)
    3.0 以降、constructor creation を使用してオブジェクトマッパーを構成します。
    org.springframework.data.redis.support.collections.RedisZSet.rangeByLex(RedisZSetCommands.Range)
    3.0 以降。代わりに RedisZSet.rangeByLex(Range) を使用してください。
    org.springframework.data.redis.support.collections.RedisZSet.rangeByLex(RedisZSetCommands.Range, Limit)
    3.0 以降。代わりに RedisZSet.rangeByLex(Range, Limit) を使用してください。
    org.springframework.data.redis.support.collections.RedisZSet.reverseRangeByLex(RedisZSetCommands.Range)
    3.0 以降。代わりに RedisZSet.reverseRangeByLex(Range, Limit) を使用してください。
    org.springframework.data.redis.support.collections.RedisZSet.reverseRangeByLex(RedisZSetCommands.Range, Limit)
    3.0 以降。代わりに RedisZSet.reverseRangeByLex(Range, Limit) を使用してください。
    org.springframework.data.redis.util.RedisAssertions
    3.3 以降、将来のリビジョンでは Spring の Assert ユーティリティに置き換えられて削除されます。
  • 非推奨のインターフェース
    インターフェース
    説明
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection
    org.springframework.data.redis.connection.DefaultedRedisConnection
  • 非推奨のクラス
    クラス
    説明
    org.springframework.data.redis.connection.lettuce.observability.LettuceObservationContext
    3.4 以降、次のメジャーリビジョンで削除されます。MicrometerTracing を介して Lettuce の Micrometer 統合を使用します。
    org.springframework.data.redis.connection.lettuce.observability.MicrometerTracingAdapter
    3.4 以降、次のメジャーリビジョンで削除されます。MicrometerTracing を介して Lettuce の Micrometer 統合を使用します。
    org.springframework.data.redis.connection.RedisZSetCommands.Limit
    3.0 以降、代わりに Limit を使用してください。
    org.springframework.data.redis.connection.RedisZSetCommands.Range
    3.0 以降、代わりに Range または RedisZSetCommands.Range.toRange() を使用してください。
    org.springframework.data.redis.util.RedisAssertions
    3.3 以降、将来のリビジョンでは Spring の Assert ユーティリティに置き換えられて削除されます。
  • 非推奨の Enum クラス
    列挙型 Class
    説明
    org.springframework.data.redis.connection.lettuce.observability.RedisObservation
    3.4 以降、次のメジャーリビジョンで削除されます。MicrometerTracing を介して Lettuce の Micrometer 統合を使用します。
  • 非推奨のフィールド
    フィールド
    説明
    org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer.DEFAULT_CHARSET
    取り外しは 3.0 以降。
  • 非推奨のメソッド
    メソッド
    説明
    org.springframework.data.redis.cache.RedisCacheConfiguration.getTtl()
    3.2 以来。代わりに RedisCacheConfiguration.getTtlFunction() を使用してください。
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.bgReWriteAof(RedisClusterNode)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.bgSave(RedisClusterNode)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.dbSize(RedisClusterNode)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.flushAll(RedisClusterNode)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.flushAll(RedisClusterNode, RedisServerCommands.FlushOption)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.flushDb(RedisClusterNode)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.flushDb(RedisClusterNode, RedisServerCommands.FlushOption)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.getClientList(RedisClusterNode)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.getConfig(RedisClusterNode, String)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.info(RedisClusterNode)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.info(RedisClusterNode, String)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.lastSave(RedisClusterNode)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.resetConfigStats(RedisClusterNode)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.rewriteConfig(RedisClusterNode)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.save(RedisClusterNode)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.setConfig(RedisClusterNode, String, String)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.shutdown(RedisClusterNode)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.time(RedisClusterNode)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisClusterConnection.time(RedisClusterNode, TimeUnit)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.append(byte[], byte[])
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.applyHashFieldExpiration(byte[], Expiration, ExpirationOptions, byte[]...)
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.bgReWriteAof()
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.bgSave()
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.bitCount(byte[])
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.bitCount(byte[], long, long)
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.bitField(byte[], BitFieldSubCommands)
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.bitOp(RedisStringCommands.BitOperation, byte[], byte[]...)
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.bitPos(byte[], boolean, Range<Long>)
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.bLMove(byte[], byte[], RedisListCommands.Direction, RedisListCommands.Direction, double)
    RedisCommandsProvider.listCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.bLPop(int, byte[]...)
    RedisCommandsProvider.listCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.bRPop(int, byte[]...)
    RedisCommandsProvider.listCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.bRPopLPush(int, byte[], byte[])
    RedisCommandsProvider.listCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.bZPopMax(byte[], long, TimeUnit)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.bZPopMin(byte[], long, TimeUnit)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.copy(byte[], byte[], boolean)
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.dbSize()
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.decr(byte[])
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.decrBy(byte[], long)
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.del(byte[]...)
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.dump(byte[])
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.encodingOf(byte[])
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.eval(byte[], ReturnType, int, byte[]...)
    RedisCommandsProvider.scriptingCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.evalSha(byte[], ReturnType, int, byte[]...)
    RedisCommandsProvider.scriptingCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.evalSha(String, ReturnType, int, byte[]...)
    RedisCommandsProvider.scriptingCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.exists(byte[])
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.exists(byte[]...)
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.expire(byte[], long)
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.expire(byte[], long, ExpirationOptions.Condition)
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.expireAt(byte[], long)
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.expireAt(byte[], long, ExpirationOptions.Condition)
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.flushAll()
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.flushAll(RedisServerCommands.FlushOption)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.flushDb()
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.flushDb(RedisServerCommands.FlushOption)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoAdd(byte[], Iterable<RedisGeoCommands.GeoLocation<byte[]>>)
    RedisCommandsProvider.geoCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoAdd(byte[], Map<byte[], Point>)
    RedisCommandsProvider.geoCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoAdd(byte[], Point, byte[])
    RedisCommandsProvider.geoCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoDist(byte[], byte[], byte[])
    RedisCommandsProvider.geoCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoDist(byte[], byte[], byte[], Metric)
    RedisCommandsProvider.geoCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoHash(byte[], byte[]...)
    RedisCommandsProvider.geoCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoPos(byte[], byte[]...)
    RedisCommandsProvider.geoCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoRadius(byte[], Circle)
    RedisCommandsProvider.geoCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoRadius(byte[], Circle, RedisGeoCommands.GeoRadiusCommandArgs)
    RedisCommandsProvider.geoCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoRadiusByMember(byte[], byte[], Distance)
    RedisCommandsProvider.geoCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoRadiusByMember(byte[], byte[], Distance, RedisGeoCommands.GeoRadiusCommandArgs)
    RedisCommandsProvider.geoCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoRemove(byte[], byte[]...)
    RedisCommandsProvider.geoCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoSearch(byte[], GeoReference<byte[]>, GeoShape, RedisGeoCommands.GeoSearchCommandArgs)
    RedisCommandsProvider.geoCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.geoSearchStore(byte[], byte[], GeoReference<byte[]>, GeoShape, RedisGeoCommands.GeoSearchStoreCommandArgs)
    RedisCommandsProvider.geoCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.get(byte[])
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.getBit(byte[], long)
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.getClientList()
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.getClientName()
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.getConfig(String)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.getDel(byte[])
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.getEx(byte[], Expiration)
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.getRange(byte[], long, long)
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.getSet(byte[], byte[])
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hDel(byte[], byte[]...)
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hExists(byte[], byte[])
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hExpire(byte[], long, byte[]...)
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hExpire(byte[], long, ExpirationOptions.Condition, byte[]...)
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hExpireAt(byte[], long, byte[]...)
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hExpireAt(byte[], long, ExpirationOptions.Condition, byte[]...)
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hGet(byte[], byte[])
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hGetAll(byte[])
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hIncrBy(byte[], byte[], double)
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hIncrBy(byte[], byte[], long)
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hKeys(byte[])
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hMGet(byte[], byte[]...)
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hMSet(byte[], Map<byte[], byte[]>)
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hPersist(byte[], byte[]...)
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hpExpire(byte[], long, byte[]...)
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hpExpire(byte[], long, ExpirationOptions.Condition, byte[]...)
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hpExpireAt(byte[], long, byte[]...)
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hpExpireAt(byte[], long, ExpirationOptions.Condition, byte[]...)
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hpTtl(byte[], byte[]...)
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hRandField(byte[])
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hRandField(byte[], long)
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hRandFieldWithValues(byte[])
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hRandFieldWithValues(byte[], long)
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hScan(byte[], ScanOptions)
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hSet(byte[], byte[], byte[])
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hSetNX(byte[], byte[], byte[])
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hStrLen(byte[], byte[])
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hTtl(byte[], byte[]...)
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hTtl(byte[], TimeUnit, byte[]...)
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.hVals(byte[])
    RedisCommandsProvider.hashCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.idletime(byte[])
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.incr(byte[])
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.incrBy(byte[], double)
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.incrBy(byte[], long)
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.info()
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.info(String)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.keys(byte[])
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.killClient(String, int)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.lastSave()
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.lIndex(byte[], long)
    RedisCommandsProvider.listCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.lInsert(byte[], RedisListCommands.Position, byte[], byte[])
    RedisCommandsProvider.listCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.lLen(byte[])
    RedisCommandsProvider.listCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.lMove(byte[], byte[], RedisListCommands.Direction, RedisListCommands.Direction)
    RedisCommandsProvider.listCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.lPop(byte[])
    RedisCommandsProvider.listCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.lPop(byte[], long)
    RedisCommandsProvider.listCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.lPos(byte[], byte[], Integer, Integer)
    RedisCommandsProvider.listCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.lPush(byte[], byte[]...)
    RedisCommandsProvider.listCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.lPushX(byte[], byte[])
    RedisCommandsProvider.listCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.lRange(byte[], long, long)
    RedisCommandsProvider.listCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.lRem(byte[], long, byte[])
    RedisCommandsProvider.listCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.lSet(byte[], long, byte[])
    RedisCommandsProvider.listCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.lTrim(byte[], long, long)
    RedisCommandsProvider.listCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.mGet(byte[]...)
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.migrate(byte[], RedisNode, int, RedisServerCommands.MigrateOption)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.migrate(byte[], RedisNode, int, RedisServerCommands.MigrateOption, long)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.move(byte[], int)
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.mSet(Map<byte[], byte[]>)
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.mSetNX(Map<byte[], byte[]>)
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.persist(byte[])
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.pExpire(byte[], long)
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.pExpire(byte[], long, ExpirationOptions.Condition)
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.pExpireAt(byte[], long)
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.pExpireAt(byte[], long, ExpirationOptions.Condition)
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.pfAdd(byte[], byte[]...)
    RedisCommandsProvider.hyperLogLogCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.pfCount(byte[]...)
    RedisCommandsProvider.hyperLogLogCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.pfMerge(byte[], byte[]...)
    RedisCommandsProvider.hyperLogLogCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.pSetEx(byte[], long, byte[])
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.pTtl(byte[])
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.pTtl(byte[], TimeUnit)
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.randomKey()
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.refcount(byte[])
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.rename(byte[], byte[])
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.renameNX(byte[], byte[])
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.replicaOf(String, int)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.replicaOfNoOne()
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.resetConfigStats()
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.restore(byte[], long, byte[], boolean)
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.rewriteConfig()
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.rPop(byte[])
    RedisCommandsProvider.listCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.rPop(byte[], long)
    RedisCommandsProvider.listCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.rPopLPush(byte[], byte[])
    RedisCommandsProvider.listCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.rPush(byte[], byte[]...)
    RedisCommandsProvider.listCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.rPushX(byte[], byte[])
    RedisCommandsProvider.listCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.sAdd(byte[], byte[]...)
    RedisCommandsProvider.setCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.save()
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.scan(ScanOptions)
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.sCard(byte[])
    RedisCommandsProvider.setCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.scriptExists(String...)
    RedisCommandsProvider.scriptingCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.scriptFlush()
    RedisCommandsProvider.scriptingCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.scriptKill()
    RedisCommandsProvider.scriptingCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.scriptLoad(byte[])
    RedisCommandsProvider.scriptingCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.sDiff(byte[]...)
    RedisCommandsProvider.setCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.sDiffStore(byte[], byte[]...)
    RedisCommandsProvider.setCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.set(byte[], byte[])
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.set(byte[], byte[], Expiration, RedisStringCommands.SetOption)
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.setBit(byte[], long, boolean)
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.setClientName(byte[])
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.setConfig(String, String)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.setEx(byte[], long, byte[])
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.setGet(byte[], byte[], Expiration, RedisStringCommands.SetOption)
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.setNX(byte[], byte[])
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.setRange(byte[], byte[], long)
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.shutdown()
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.shutdown(RedisServerCommands.ShutdownOption)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.sInter(byte[]...)
    RedisCommandsProvider.setCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.sInterStore(byte[], byte[]...)
    RedisCommandsProvider.setCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.sIsMember(byte[], byte[])
    RedisCommandsProvider.setCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.sMembers(byte[])
    RedisCommandsProvider.setCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.sMIsMember(byte[], byte[]...)
    RedisCommandsProvider.setCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.sMove(byte[], byte[], byte[])
    RedisCommandsProvider.setCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.sort(byte[], SortParameters)
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.sort(byte[], SortParameters, byte[])
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.sPop(byte[])
    RedisCommandsProvider.setCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.sPop(byte[], long)
    RedisCommandsProvider.setCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.sRandMember(byte[])
    RedisCommandsProvider.setCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.sRandMember(byte[], long)
    RedisCommandsProvider.setCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.sRem(byte[], byte[]...)
    RedisCommandsProvider.setCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.sScan(byte[], ScanOptions)
    RedisCommandsProvider.setCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.strLen(byte[])
    RedisCommandsProvider.stringCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.sUnion(byte[]...)
    RedisCommandsProvider.setCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.sUnionStore(byte[], byte[]...)
    RedisCommandsProvider.setCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.time()
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.time(TimeUnit)
    RedisCommandsProvider.serverCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.touch(byte[]...)
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.ttl(byte[])
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.ttl(byte[], TimeUnit)
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.type(byte[])
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.unlink(byte[]...)
    RedisCommandsProvider.keyCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.xAck(byte[], String, RecordId...)
    RedisCommandsProvider.streamCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.xAdd(MapRecord<byte[], byte[], byte[]>, RedisStreamCommands.XAddOptions)
    RedisCommandsProvider.streamCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.xClaim(byte[], String, String, RedisStreamCommands.XClaimOptions)
    RedisCommandsProvider.streamCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.xClaimJustId(byte[], String, String, RedisStreamCommands.XClaimOptions)
    RedisCommandsProvider.streamCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.xDel(byte[], RecordId...)
    RedisCommandsProvider.streamCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.xGroupCreate(byte[], String, ReadOffset)
    RedisCommandsProvider.streamCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.xGroupCreate(byte[], String, ReadOffset, boolean)
    RedisCommandsProvider.streamCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.xGroupDelConsumer(byte[], Consumer)
    RedisCommandsProvider.streamCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.xGroupDestroy(byte[], String)
    RedisCommandsProvider.streamCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.xInfo(byte[])
    RedisCommandsProvider.streamCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.xInfoConsumers(byte[], String)
    RedisCommandsProvider.streamCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.xInfoGroups(byte[])
    RedisCommandsProvider.streamCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.xLen(byte[])
    RedisCommandsProvider.streamCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.xPending(byte[], String)
    RedisCommandsProvider.streamCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.xPending(byte[], String, RedisStreamCommands.XPendingOptions)
    RedisCommandsProvider.streamCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.xRange(byte[], Range<String>)
    RedisCommandsProvider.streamCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.xRange(byte[], Range<String>, Limit)
    RedisCommandsProvider.streamCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.xRead(StreamOffset<byte[]>...)
    RedisCommandsProvider.streamCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.xRead(StreamReadOptions, StreamOffset<byte[]>...)
    RedisCommandsProvider.streamCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.xReadGroup(Consumer, StreamOffset<byte[]>...)
    RedisCommandsProvider.streamCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.xReadGroup(Consumer, StreamReadOptions, StreamOffset<byte[]>...)
    RedisCommandsProvider.streamCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.xRevRange(byte[], Range<String>)
    RedisCommandsProvider.streamCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.xRevRange(byte[], Range<String>, Limit)
    RedisCommandsProvider.streamCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.xTrim(byte[], long)
    RedisCommandsProvider.streamCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.xTrim(byte[], long, boolean)
    org.springframework.data.redis.connection.DefaultedRedisConnection.zAdd(byte[], double, byte[], RedisZSetCommands.ZAddArgs)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zAdd(byte[], Set<Tuple>, RedisZSetCommands.ZAddArgs)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zCard(byte[])
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zCount(byte[], double, double)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zCount(byte[], Range<? extends Number>)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zDiff(byte[]...)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zDiffStore(byte[], byte[]...)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zDiffWithScores(byte[]...)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zIncrBy(byte[], double, byte[])
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zInter(byte[]...)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zInterStore(byte[], byte[]...)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zInterStore(byte[], Aggregate, int[], byte[]...)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zInterStore(byte[], Aggregate, Weights, byte[]...)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zInterWithScores(byte[]...)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zInterWithScores(Aggregate, int[], byte[]...)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zInterWithScores(Aggregate, Weights, byte[]...)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zLexCount(byte[], Range<byte[]>)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zMScore(byte[], byte[]...)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zPopMax(byte[])
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zPopMax(byte[], long)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zPopMin(byte[])
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zPopMin(byte[], long)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRandMember(byte[])
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRandMember(byte[], long)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRandMemberWithScore(byte[])
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRandMemberWithScore(byte[], long)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRange(byte[], long, long)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRangeByLex(byte[], Range<byte[]>, Limit)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRangeByScore(byte[], String, String)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRangeByScore(byte[], String, String, long, long)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRangeByScore(byte[], Range<? extends Number>, Limit)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRangeByScoreWithScores(byte[], Range<? extends Number>, Limit)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRangeStoreByLex(byte[], byte[], Range<byte[]>, Limit)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRangeStoreByScore(byte[], byte[], Range<? extends Number>, Limit)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRangeStoreRevByLex(byte[], byte[], Range<byte[]>, Limit)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRangeStoreRevByScore(byte[], byte[], Range<? extends Number>, Limit)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRangeWithScores(byte[], long, long)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRank(byte[], byte[])
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRem(byte[], byte[]...)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRemRange(byte[], long, long)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRemRangeByLex(byte[], Range<byte[]>)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRemRangeByScore(byte[], double, double)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRemRangeByScore(byte[], Range<? extends Number>)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRevRange(byte[], long, long)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRevRangeByLex(byte[], Range<byte[]>, Limit)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRevRangeByScore(byte[], Range<? extends Number>, Limit)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRevRangeByScoreWithScores(byte[], Range<? extends Number>, Limit)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRevRangeWithScores(byte[], long, long)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zRevRank(byte[], byte[])
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zScan(byte[], ScanOptions)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zScore(byte[], byte[])
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zUnion(byte[]...)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zUnionStore(byte[], byte[]...)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zUnionStore(byte[], Aggregate, int[], byte[]...)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zUnionStore(byte[], Aggregate, Weights, byte[]...)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zUnionWithScores(byte[]...)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zUnionWithScores(Aggregate, int[], byte[]...)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.DefaultedRedisConnection.zUnionWithScores(Aggregate, Weights, byte[]...)
    RedisCommandsProvider.zSetCommands() を推奨。
    org.springframework.data.redis.connection.jedis.JedisClusterConnection.JedisClusterTopologyProvider.shouldUseCachedValue()
    3.3.4 以降、代わりに JedisClusterConnection.JedisClusterTopologyProvider.shouldUseCachedValue(JedisClusterTopology) を使用してください。
    org.springframework.data.redis.connection.jedis.JedisConnectionFactory.setClientName(String)
    2.0 以降、JedisClientConfiguration を使用してクライアント名を構成します。
    org.springframework.data.redis.connection.jedis.JedisConnectionFactory.setDatabase(int)
    2.0 以降、RedisStandaloneConfiguration または RedisSentinelConfiguration を使用してデータベースインデックスを構成します。
    org.springframework.data.redis.connection.jedis.JedisConnectionFactory.setHostName(String)
    2.0 以降、RedisStandaloneConfiguration を使用してホスト名を構成します。
    org.springframework.data.redis.connection.jedis.JedisConnectionFactory.setPassword(String)
    2.0 以降、RedisStandaloneConfiguration、RedisSentinelConfiguration、RedisClusterConfiguration を使用してパスワードを構成します。
    org.springframework.data.redis.connection.jedis.JedisConnectionFactory.setPoolConfig(JedisPoolConfig)
    2.0 以降、JedisClientConfiguration を使用して JedisPoolConfig を構成します。
    org.springframework.data.redis.connection.jedis.JedisConnectionFactory.setPort(int)
    2.0 以降、RedisStandaloneConfiguration を使用してポートを構成します。
    org.springframework.data.redis.connection.jedis.JedisConnectionFactory.setTimeout(int)
    2.0 以降、JedisClientConfiguration を使用してタイムアウトを構成します。
    org.springframework.data.redis.connection.jedis.JedisConnectionFactory.setUsePool(boolean)
    2.0 以降、JedisClientConfiguration を使用してプーリングの使用箇所を構成します。
    org.springframework.data.redis.connection.jedis.JedisConnectionFactory.setUseSsl(boolean)
    2.0 以降、JedisClientConfiguration を使用して SSL の使用を構成します。
    org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.isVerifyPeer()
    3.4 以降、ピア検証の構成方法については LettuceClientConfiguration.getVerifyMode() を使用します。
    org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.isVerifyPeer()
    3.4 以降、代わりに LettuceClientConfiguration.getVerifyMode() を使用してください。
    org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.setClientName(String)
    LettuceClientConfiguration を使用してクライアント名を構成します。
    org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.setClientResources(ClientResources)
    2.0 以降、LettuceClientConfiguration を使用して ClientResources を構成します。
    org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.setDatabase(int)
    3.2 以降、RedisStandaloneConfiguration、RedisSocketConfiguration、RedisSentinelConfiguration、または RedisStaticMasterReplicaConfiguration を使用してデータベースインデックスを構成します。
    org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.setHostName(String)
    2.0 以降、RedisStandaloneConfiguration を使用してホスト名を構成します。
    org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.setPassword(String)
    2.0 以降、RedisStandaloneConfiguration、RedisSentinelConfiguration、RedisClusterConfiguration を使用してパスワードを構成します。
    org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.setPort(int)
    2.0 以降、RedisStandaloneConfiguration を使用してポートを構成します。
    org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.setShutdownTimeout(long)
    2.0 以降、LettuceClientConfiguration を使用してシャットダウンタイムアウトを構成します。
    org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.setStartTls(boolean)
    2.0 以降、LettuceClientConfiguration を使用して StartTLS を構成します。
    org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.setTimeout(long)
    2.0 以降、LettuceClientConfiguration を使用してタイムアウトを構成します。
    org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.setUseSsl(boolean)
    2.0 以降、LettuceClientConfiguration を使用して SSL の使用を構成します。
    org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.setVerifyPeer(boolean)
    2.0 以降、LettuceClientConfiguration を使用してピア検証を構成します。
    org.springframework.data.redis.connection.RedisZSetCommands.zRangeByScore(byte[], String, String)
    3.0 以降、代わりに RedisZSetCommands.zRangeByScore(byte[], org.springframework.data.domain.Range) を使用してください。
    org.springframework.data.redis.core.BoundSetOperations.diff(Collection<K>)
    3.0 以降、代わりに BoundSetOperations.difference(Collection) を使用して、一貫したメソッド命名スキームに従います。
    org.springframework.data.redis.core.BoundSetOperations.diff(K)
    3.0 以降、代わりに BoundSetOperations.difference(Object) を使用して、一貫したメソッド命名スキームに従います。
    org.springframework.data.redis.core.BoundSetOperations.diffAndStore(Collection<K>, K)
    3.0 以降、代わりに BoundSetOperations.differenceAndStore(Collection, Object) を使用して、一貫したメソッド命名スキームに従います。
    org.springframework.data.redis.core.BoundSetOperations.diffAndStore(K, K)
    3.0 以降、代わりに BoundSetOperations.differenceAndStore(Object, Object) を使用して、一貫したメソッド命名スキームに従います。
    org.springframework.data.redis.core.BoundZSetOperations.lexCount(RedisZSetCommands.Range)
    3.0 以降。代わりに BoundZSetOperations.lexCount(Range) を使用してください。
    org.springframework.data.redis.core.BoundZSetOperations.rangeByLex(RedisZSetCommands.Range)
    3.0 以降。代わりに BoundZSetOperations.rangeByLex(Range) を使用してください。
    org.springframework.data.redis.core.BoundZSetOperations.rangeByLex(RedisZSetCommands.Range, Limit)
    3.0 以降。代わりに BoundZSetOperations.rangeByLex(Range, Limit) を使用してください。
    org.springframework.data.redis.core.BoundZSetOperations.removeRangeByLex(RedisZSetCommands.Range)
    3.0 以降。BoundZSetOperations.removeRangeByLex(Range) をご利用ください。
    org.springframework.data.redis.core.BoundZSetOperations.reverseRangeByLex(RedisZSetCommands.Range)
    3.0 以降。代わりに BoundZSetOperations.reverseRangeByLex(Range) を使用してください。
    org.springframework.data.redis.core.BoundZSetOperations.reverseRangeByLex(RedisZSetCommands.Range, Limit)
    3.0 以降。代わりに BoundZSetOperations.reverseRangeByLex(Range, Limit) を使用してください。
    org.springframework.data.redis.core.ConvertingCursor.getCursorId()
    org.springframework.data.redis.core.Cursor.getCursorId()
    3.3.0 以降、cursorId は Long.MAX_VALUESE を超える可能性があるため、代わりに Cursor.getId() を使用します。
    org.springframework.data.redis.core.mapping.RedisPersistentEntity.hasExplictTimeToLiveProperty()
    RedisPersistentEntity.hasExplicitTimeToLiveProperty() を推奨。
    org.springframework.data.redis.core.ScanCursor.doOpen(long)
    3.3.0 以降、代わりに ScanCursor.doOpen(CursorId) を使用してください。
    org.springframework.data.redis.core.ScanCursor.doScan(long, ScanOptions)
    3.3.0、cursorId は Long.MAX_VALUESE を超える可能性があるためです。
    org.springframework.data.redis.core.ScanCursor.isFinished(long)
    org.springframework.data.redis.core.ScanIteration.getCursorId()
    3.3.0 以降、cursorId は Long.MAX_VALUESE を超える可能性があるため、代わりに ScanIteration.getId() を使用します。
    org.springframework.data.redis.core.ZSetOperations.lexCount(K, RedisZSetCommands.Range)
    3.0 以来。代わりに #lexCount(Range) を使用してください。
    org.springframework.data.redis.core.ZSetOperations.rangeByLex(K, RedisZSetCommands.Range)
    3.0 以降。代わりに ZSetOperations.rangeByLex(Object, Range) を使用してください。
    org.springframework.data.redis.core.ZSetOperations.rangeByLex(K, RedisZSetCommands.Range, Limit)
    3.0 以降。代わりに ZSetOperations.rangeByLex(Object, Range, Limit) を使用してください。
    org.springframework.data.redis.core.ZSetOperations.removeRangeByLex(K, RedisZSetCommands.Range)
    3.0 以来。代わりに ZSetOperations.removeRangeByLex(Object, Range) を使用してください。
    org.springframework.data.redis.core.ZSetOperations.reverseRangeByLex(K, RedisZSetCommands.Range)
    3.0 以来。ZSetOperations.reverseRangeByLex(Object, Range) をご利用ください
    org.springframework.data.redis.core.ZSetOperations.reverseRangeByLex(K, RedisZSetCommands.Range, Limit)
    3.0 以降。代わりに ZSetOperations.reverseRangeByLex(Object, Range, Limit) を使用してください。
    org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer.setObjectMapper(ObjectMapper)
    3.0 以降、constructor creation を使用してオブジェクトマッパーを構成します。
    org.springframework.data.redis.serializer.RedisSerializationContext.raw()
    2.2 以降。代わりに RedisSerializationContext.byteArray() を使用してください。
    org.springframework.data.redis.serializer.RedisSerializationContext.SerializationPair.raw()
    2.2 以降。RedisSerializationContext.SerializationPair.byteArray() または RedisSerializationContext.SerializationPair.byteBuffer() のいずれかを使用してください。
    org.springframework.data.redis.support.collections.RedisZSet.rangeByLex(RedisZSetCommands.Range)
    3.0 以降。代わりに RedisZSet.rangeByLex(Range) を使用してください。
    org.springframework.data.redis.support.collections.RedisZSet.rangeByLex(RedisZSetCommands.Range, Limit)
    3.0 以降。代わりに RedisZSet.rangeByLex(Range, Limit) を使用してください。
    org.springframework.data.redis.support.collections.RedisZSet.reverseRangeByLex(RedisZSetCommands.Range)
    3.0 以降。代わりに RedisZSet.reverseRangeByLex(Range, Limit) を使用してください。
    org.springframework.data.redis.support.collections.RedisZSet.reverseRangeByLex(RedisZSetCommands.Range, Limit)
    3.0 以降。代わりに RedisZSet.reverseRangeByLex(Range, Limit) を使用してください。
    org.springframework.data.redis.util.ByteUtils.extractBytes(ByteBuffer)
    3.2 以来。代わりに ByteUtils.getBytes(ByteBuffer) を使用してください。
  • 非推奨のコンストラクター
    コンストラクター
    説明
    org.springframework.data.redis.cache.RedisCacheManager(RedisCacheWriter, RedisCacheConfiguration, Map<String, RedisCacheConfiguration>, boolean)
    3.2 以来。代わりに RedisCacheManager(RedisCacheWriter, RedisCacheConfiguration, boolean, Map) を使用してください。
    org.springframework.data.redis.connection.RedisClusterConfiguration(PropertySource<?>)
    3.3 以降では、代わりに RedisSentinelConfiguration.of(PropertySource) を使用してください。このコンストラクターは、次のメジャーリリースで非公開になります。
    org.springframework.data.redis.connection.RedisSentinelConfiguration(PropertySource<?>)
    3.3 以降では、代わりに RedisSentinelConfiguration.of(PropertySource) を使用してください。このコンストラクターは、次のメジャーリリースで非公開になります。
    org.springframework.data.redis.core.KeyBoundCursor(byte[], long, ScanOptions)
    3.3.0 以降 - 代わりに KeyBoundCursor(byte[], CursorId, ScanOptions) を使用してください。
    org.springframework.data.redis.core.ScanCursor(long)
    3.3.0 以降 - 代わりに ScanCursor(CursorId) を使用してください。
    org.springframework.data.redis.core.ScanCursor(long, ScanOptions)
    3.3.0 以降 - 代わりに ScanCursor(CursorId, ScanOptions) を使用してください。
    org.springframework.data.redis.core.ScanIteration(long, Collection<T>)
    3.3.0 以降、cursorId が Long.MAX_VALUESE を超える可能性があるため、代わりに ScanIteration(CursorId, Collection) を使用します。

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