org.springframework.data : spring-data-redis 中文文档(中英对照·API·接口·操作手册·全版本)以3.3.2为例,含Maven依赖、jar包、源码

发布于: 2025-12-31 | 浏览量: 加载中...

返回开源软件分享列表
org.springframework.data spring-data-redis 3.3.2 API文档 接口文档 中文文档 中英对照 Java JavaDoc 操作手册 Maven依赖 Gradle依赖 Java开发 使用指南 离线文档 Java编程 寒水馨

[toc]

完整文档下载地址(类、方法、参数说明)

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:spring-data-redis-3.3.2.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:spring-data-redis-3.3.2.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:spring-data-redis-3.3.2.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:spring-data-redis-3.3.2-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 spring-data-redis-3.3.2.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: Spring Data Redis
  • 描述: Redis 的 Spring Data 模块
  • 版本: 3.3.2

Maven依赖

<dependency>
	<groupId>org.springframework.data</groupId>
	<artifactId>spring-data-redis</artifactId>
	<version>3.3.2</version>
</dependency> 

Gradle依赖

Gradle:
	implementation group: 'org.springframework.data', name: 'spring-data-redis', version: '3.3.2'
Gradle (Short):
	implementation 'org.springframework.data:spring-data-redis:3.3.2'
Gradle (Kotlin):
	implementation("org.springframework.data:spring-data-redis:3.3.2") 

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

org.springframework.data.redis
org.springframework.data.redis.aot
org.springframework.data.redis.cache
org.springframework.data.redis.config
org.springframework.data.redis.connection
org.springframework.data.redis.connection.convert
org.springframework.data.redis.connection.jedis
org.springframework.data.redis.connection.lettuce
org.springframework.data.redis.connection.lettuce.aot
org.springframework.data.redis.connection.lettuce.observability
org.springframework.data.redis.connection.stream
org.springframework.data.redis.connection.util
org.springframework.data.redis.connection.zset
org.springframework.data.redis.core
org.springframework.data.redis.core.convert
org.springframework.data.redis.core.index
org.springframework.data.redis.core.mapping
org.springframework.data.redis.core.query
org.springframework.data.redis.core.script
org.springframework.data.redis.core.types
org.springframework.data.redis.domain.geo
org.springframework.data.redis.hash
org.springframework.data.redis.listener
org.springframework.data.redis.listener.adapter
org.springframework.data.redis.repository.cdi
org.springframework.data.redis.repository.configuration
org.springframework.data.redis.repository.core
org.springframework.data.redis.repository.query
org.springframework.data.redis.repository.support
org.springframework.data.redis.serializer
org.springframework.data.redis.stream
org.springframework.data.redis.support.atomic
org.springframework.data.redis.support.collections
org.springframework.data.redis.util 

本组件包含的 Java class(类)

org.springframework.data.redis.ClusterRedirectException
org.springframework.data.redis.ClusterStateFailureException
org.springframework.data.redis.ExceptionTranslationStrategy
org.springframework.data.redis.FallbackExceptionTranslationStrategy
org.springframework.data.redis.PassThroughExceptionTranslationStrategy
org.springframework.data.redis.RedisConnectionFailureException
org.springframework.data.redis.RedisSystemException
org.springframework.data.redis.TooManyClusterRedirectionsException
org.springframework.data.redis.aot.RedisRuntimeHints
org.springframework.data.redis.cache.BatchStrategies
org.springframework.data.redis.cache.BatchStrategy
org.springframework.data.redis.cache.CacheKeyPrefix
org.springframework.data.redis.cache.CacheStatistics
org.springframework.data.redis.cache.CacheStatisticsCollector
org.springframework.data.redis.cache.CacheStatisticsProvider
org.springframework.data.redis.cache.FixedDurationTtlFunction
org.springframework.data.redis.cache.RedisCache
org.springframework.data.redis.cache.RedisCacheConfiguration
org.springframework.data.redis.cache.RedisCacheManager
org.springframework.data.redis.cache.RedisCacheManager.RedisCacheManagerBuilder
org.springframework.data.redis.cache.RedisCacheWriter
org.springframework.data.redis.cache.RedisCacheWriter.TtlFunction
org.springframework.data.redis.connection.AbstractRedisConnection
org.springframework.data.redis.connection.BitFieldSubCommands
org.springframework.data.redis.connection.BitFieldSubCommands.AbstractBitFieldSubCommand
org.springframework.data.redis.connection.BitFieldSubCommands.BitFieldGet
org.springframework.data.redis.connection.BitFieldSubCommands.BitFieldGetBuilder
org.springframework.data.redis.connection.BitFieldSubCommands.BitFieldIncrBy
org.springframework.data.redis.connection.BitFieldSubCommands.BitFieldSet
org.springframework.data.redis.connection.BitFieldSubCommands.BitFieldSetBuilder
org.springframework.data.redis.connection.BitFieldSubCommands.BitFieldSubCommand
org.springframework.data.redis.connection.BitFieldSubCommands.BitFieldType
org.springframework.data.redis.connection.BitFieldSubCommands.Offset
org.springframework.data.redis.connection.ClusterCommandExecutionFailureException
org.springframework.data.redis.connection.ClusterCommandExecutor
org.springframework.data.redis.connection.ClusterCommandExecutor.ClusterCommandCallback
org.springframework.data.redis.connection.ClusterCommandExecutor.MultiKeyClusterCommandCallback
org.springframework.data.redis.connection.ClusterCommandExecutor.MultiNodeResult
org.springframework.data.redis.connection.ClusterCommandExecutor.NodeResult
org.springframework.data.redis.connection.ClusterInfo
org.springframework.data.redis.connection.ClusterNodeResourceProvider
org.springframework.data.redis.connection.ClusterSlotHashUtil
org.springframework.data.redis.connection.ClusterTopology
org.springframework.data.redis.connection.ClusterTopologyProvider
org.springframework.data.redis.connection.Configuration
org.springframework.data.redis.connection.Connection factory
org.springframework.data.redis.connection.ConnectionUtils
org.springframework.data.redis.connection.DecoratedRedisConnection
org.springframework.data.redis.connection.DefaultMessage
org.springframework.data.redis.connection.DefaultSortParameters
org.springframework.data.redis.connection.DefaultStringRedisConnection
org.springframework.data.redis.connection.DefaultStringTuple
org.springframework.data.redis.connection.DefaultedRedisClusterConnection
org.springframework.data.redis.connection.DefaultedRedisConnection
org.springframework.data.redis.connection.FutureResult
org.springframework.data.redis.connection.Limit
org.springframework.data.redis.connection.Message
org.springframework.data.redis.connection.MessageListener
org.springframework.data.redis.connection.NamedNode
org.springframework.data.redis.connection.PoolException
org.springframework.data.redis.connection.ReactiveClusterCommands
org.springframework.data.redis.connection.ReactiveClusterGeoCommands
org.springframework.data.redis.connection.ReactiveClusterHashCommands
org.springframework.data.redis.connection.ReactiveClusterHyperLogLogCommands
org.springframework.data.redis.connection.ReactiveClusterKeyCommands
org.springframework.data.redis.connection.ReactiveClusterListCommands
org.springframework.data.redis.connection.ReactiveClusterNumberCommands
org.springframework.data.redis.connection.ReactiveClusterScriptingCommands
org.springframework.data.redis.connection.ReactiveClusterServerCommands
org.springframework.data.redis.connection.ReactiveClusterSetCommands
org.springframework.data.redis.connection.ReactiveClusterStreamCommands
org.springframework.data.redis.connection.ReactiveClusterStringCommands
org.springframework.data.redis.connection.ReactiveClusterZSetCommands
org.springframework.data.redis.connection.ReactiveGeoCommands
org.springframework.data.redis.connection.ReactiveGeoCommands.GeoAddCommand
org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand
org.springframework.data.redis.connection.ReactiveGeoCommands.GeoHashCommand
org.springframework.data.redis.connection.ReactiveGeoCommands.GeoPosCommand
org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
org.springframework.data.redis.connection.ReactiveGeoCommands.GeoSearchCommand
org.springframework.data.redis.connection.ReactiveGeoCommands.GeoSearchStoreCommand
org.springframework.data.redis.connection.ReactiveHashCommands
org.springframework.data.redis.connection.ReactiveHashCommands.HDelCommand
org.springframework.data.redis.connection.ReactiveHashCommands.HExistsCommand
org.springframework.data.redis.connection.ReactiveHashCommands.HGetCommand
org.springframework.data.redis.connection.ReactiveHashCommands.HRandFieldCommand
org.springframework.data.redis.connection.ReactiveHashCommands.HSetCommand
org.springframework.data.redis.connection.ReactiveHashCommands.HStrLenCommand
org.springframework.data.redis.connection.ReactiveHyperLogLogCommands
org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfAddCommand
org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfCountCommand
org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfMergeCommand
org.springframework.data.redis.connection.ReactiveKeyCommands
org.springframework.data.redis.connection.ReactiveKeyCommands.CopyCommand
org.springframework.data.redis.connection.ReactiveKeyCommands.ExpireAtCommand
org.springframework.data.redis.connection.ReactiveKeyCommands.ExpireCommand
org.springframework.data.redis.connection.ReactiveKeyCommands.MoveCommand
org.springframework.data.redis.connection.ReactiveKeyCommands.RenameCommand
org.springframework.data.redis.connection.ReactiveListCommands
org.springframework.data.redis.connection.ReactiveListCommands.BLMoveCommand
org.springframework.data.redis.connection.ReactiveListCommands.BPopCommand
org.springframework.data.redis.connection.ReactiveListCommands.BRPopLPushCommand
org.springframework.data.redis.connection.ReactiveListCommands.LIndexCommand
org.springframework.data.redis.connection.ReactiveListCommands.LInsertCommand
org.springframework.data.redis.connection.ReactiveListCommands.LMoveCommand
org.springframework.data.redis.connection.ReactiveListCommands.LPosCommand
org.springframework.data.redis.connection.ReactiveListCommands.LRemCommand
org.springframework.data.redis.connection.ReactiveListCommands.LSetCommand
org.springframework.data.redis.connection.ReactiveListCommands.PopCommand
org.springframework.data.redis.connection.ReactiveListCommands.PopResponse
org.springframework.data.redis.connection.ReactiveListCommands.PopResult
org.springframework.data.redis.connection.ReactiveListCommands.PushCommand
org.springframework.data.redis.connection.ReactiveListCommands.RPopLPushCommand
org.springframework.data.redis.connection.ReactiveNumberCommands
org.springframework.data.redis.connection.ReactiveNumberCommands.DecrByCommand
org.springframework.data.redis.connection.ReactiveNumberCommands.HIncrByCommand
org.springframework.data.redis.connection.ReactiveNumberCommands.IncrByCommand
org.springframework.data.redis.connection.ReactivePubSubCommands
org.springframework.data.redis.connection.ReactiveRedisClusterConnection
org.springframework.data.redis.connection.ReactiveRedisConnection
org.springframework.data.redis.connection.ReactiveRedisConnection.AbsentByteBufferResponse
org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse
org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse
org.springframework.data.redis.connection.ReactiveRedisConnection.Command
org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyScanCommand
org.springframework.data.redis.connection.ReactiveRedisConnection.MultiValueResponse
org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse
org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand
org.springframework.data.redis.connection.ReactiveRedisConnectionFactory
org.springframework.data.redis.connection.ReactiveScriptingCommands
org.springframework.data.redis.connection.ReactiveServerCommands
org.springframework.data.redis.connection.ReactiveSetCommands
org.springframework.data.redis.connection.ReactiveSetCommands.SAddCommand
org.springframework.data.redis.connection.ReactiveSetCommands.SDiffCommand
org.springframework.data.redis.connection.ReactiveSetCommands.SDiffStoreCommand
org.springframework.data.redis.connection.ReactiveSetCommands.SInterCommand
org.springframework.data.redis.connection.ReactiveSetCommands.SInterStoreCommand
org.springframework.data.redis.connection.ReactiveSetCommands.SIsMemberCommand
org.springframework.data.redis.connection.ReactiveSetCommands.SMIsMemberCommand
org.springframework.data.redis.connection.ReactiveSetCommands.SMoveCommand
org.springframework.data.redis.connection.ReactiveSetCommands.SPopCommand
org.springframework.data.redis.connection.ReactiveSetCommands.SRandMembersCommand
org.springframework.data.redis.connection.ReactiveSetCommands.SRemCommand
org.springframework.data.redis.connection.ReactiveSetCommands.SUnionCommand
org.springframework.data.redis.connection.ReactiveSetCommands.SUnionStoreCommand
org.springframework.data.redis.connection.ReactiveStreamCommands
org.springframework.data.redis.connection.ReactiveStreamCommands.AcknowledgeCommand
org.springframework.data.redis.connection.ReactiveStreamCommands.AddStreamRecord
org.springframework.data.redis.connection.ReactiveStreamCommands.DeleteCommand
org.springframework.data.redis.connection.ReactiveStreamCommands.GroupCommand
org.springframework.data.redis.connection.ReactiveStreamCommands.PendingRecordsCommand
org.springframework.data.redis.connection.ReactiveStreamCommands.RangeCommand
org.springframework.data.redis.connection.ReactiveStreamCommands.ReadCommand
org.springframework.data.redis.connection.ReactiveStreamCommands.TrimCommand
org.springframework.data.redis.connection.ReactiveStreamCommands.XClaimCommand
org.springframework.data.redis.connection.ReactiveStreamCommands.XInfoCommand
org.springframework.data.redis.connection.ReactiveStringCommands
org.springframework.data.redis.connection.ReactiveStringCommands.AppendCommand
org.springframework.data.redis.connection.ReactiveStringCommands.BitCountCommand
org.springframework.data.redis.connection.ReactiveStringCommands.BitFieldCommand
org.springframework.data.redis.connection.ReactiveStringCommands.BitOpCommand
org.springframework.data.redis.connection.ReactiveStringCommands.BitPosCommand
org.springframework.data.redis.connection.ReactiveStringCommands.GetBitCommand
org.springframework.data.redis.connection.ReactiveStringCommands.GetExCommand
org.springframework.data.redis.connection.ReactiveStringCommands.MSetCommand
org.springframework.data.redis.connection.ReactiveStringCommands.SetBitCommand
org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand
org.springframework.data.redis.connection.ReactiveStringCommands.SetRangeCommand
org.springframework.data.redis.connection.ReactiveSubscription
org.springframework.data.redis.connection.ReactiveSubscription.ChannelMessage
org.springframework.data.redis.connection.ReactiveSubscription.Message
org.springframework.data.redis.connection.ReactiveSubscription.PatternMessage
org.springframework.data.redis.connection.ReactiveZSetCommands
org.springframework.data.redis.connection.ReactiveZSetCommands.BZPopCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateStoreCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZCountCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZDiffCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZDiffStoreCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZIncrByCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZInterStoreCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZLexCountCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZMScoreCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZPopCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZRandMemberCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByLexCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeStoreCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZRankCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByLexCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByRankCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByScoreCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZScoreCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZUnionStoreCommand
org.springframework.data.redis.connection.RedisClusterCommands
org.springframework.data.redis.connection.RedisClusterCommandsProvider
org.springframework.data.redis.connection.RedisClusterConfiguration
org.springframework.data.redis.connection.RedisClusterConnection
org.springframework.data.redis.connection.RedisClusterNode
org.springframework.data.redis.connection.RedisClusterNode.RedisClusterNodeBuilder
org.springframework.data.redis.connection.RedisClusterNode.SlotRange
org.springframework.data.redis.connection.RedisClusterServerCommands
org.springframework.data.redis.connection.RedisCommands
org.springframework.data.redis.connection.RedisCommandsProvider
org.springframework.data.redis.connection.RedisConfiguration
org.springframework.data.redis.connection.RedisConfiguration.ClusterConfiguration
org.springframework.data.redis.connection.RedisConfiguration.DomainSocketConfiguration
org.springframework.data.redis.connection.RedisConfiguration.SentinelConfiguration
org.springframework.data.redis.connection.RedisConfiguration.StaticMasterReplicaConfiguration
org.springframework.data.redis.connection.RedisConfiguration.WithAuthentication
org.springframework.data.redis.connection.RedisConfiguration.WithDatabaseIndex
org.springframework.data.redis.connection.RedisConfiguration.WithDomainSocket
org.springframework.data.redis.connection.RedisConfiguration.WithHostAndPort
org.springframework.data.redis.connection.RedisConfiguration.WithPassword
org.springframework.data.redis.connection.RedisConnection
org.springframework.data.redis.connection.RedisConnectionCommands
org.springframework.data.redis.connection.RedisConnectionFactory
org.springframework.data.redis.connection.RedisGeoCommands
org.springframework.data.redis.connection.RedisGeoCommands.GeoCommandArgs
org.springframework.data.redis.connection.RedisGeoCommands.GeoCommandArgs.GeoCommandFlag
org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation
org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
org.springframework.data.redis.connection.RedisGeoCommands.GeoSearchCommandArgs
org.springframework.data.redis.connection.RedisGeoCommands.GeoSearchStoreCommandArgs
org.springframework.data.redis.connection.RedisHashCommands
org.springframework.data.redis.connection.RedisHyperLogLogCommands
org.springframework.data.redis.connection.RedisInvalidSubscriptionException
org.springframework.data.redis.connection.RedisKeyCommands
org.springframework.data.redis.connection.RedisListCommands
org.springframework.data.redis.connection.RedisNode
org.springframework.data.redis.connection.RedisNode.RedisNodeBuilder
org.springframework.data.redis.connection.RedisPassword
org.springframework.data.redis.connection.RedisPipelineException
org.springframework.data.redis.connection.RedisPubSubCommands
org.springframework.data.redis.connection.RedisScriptingCommands
org.springframework.data.redis.connection.RedisSentinelCommands
org.springframework.data.redis.connection.RedisSentinelConfiguration
org.springframework.data.redis.connection.RedisSentinelConnection
org.springframework.data.redis.connection.RedisServer
org.springframework.data.redis.connection.RedisServerCommands
org.springframework.data.redis.connection.RedisSetCommands
org.springframework.data.redis.connection.RedisSocketConfiguration
org.springframework.data.redis.connection.RedisStandaloneConfiguration
org.springframework.data.redis.connection.RedisStaticMasterReplicaConfiguration
org.springframework.data.redis.connection.RedisStreamCommands
org.springframework.data.redis.connection.RedisStreamCommands.XAddOptions
org.springframework.data.redis.connection.RedisStreamCommands.XClaimOptions
org.springframework.data.redis.connection.RedisStreamCommands.XClaimOptions.XClaimOptionsBuilder
org.springframework.data.redis.connection.RedisStreamCommands.XPendingOptions
org.springframework.data.redis.connection.RedisStringCommands
org.springframework.data.redis.connection.RedisSubscribedConnectionException
org.springframework.data.redis.connection.RedisTxCommands
org.springframework.data.redis.connection.RedisZSetCommands
org.springframework.data.redis.connection.RedisZSetCommands.Limit
org.springframework.data.redis.connection.RedisZSetCommands.Range
org.springframework.data.redis.connection.RedisZSetCommands.Range.Boundary
org.springframework.data.redis.connection.RedisZSetCommands.ZAddArgs
org.springframework.data.redis.connection.SortParameters
org.springframework.data.redis.connection.SortParameters.Range
org.springframework.data.redis.connection.StringRedisConnection
org.springframework.data.redis.connection.StringRedisConnection.StringTuple
org.springframework.data.redis.connection.Subscription
org.springframework.data.redis.connection.SubscriptionListener
org.springframework.data.redis.connection.ValueEncoding
org.springframework.data.redis.connection.convert.Converters
org.springframework.data.redis.connection.convert.ListConverter
org.springframework.data.redis.connection.convert.LongToBooleanConverter
org.springframework.data.redis.connection.convert.MapConverter
org.springframework.data.redis.connection.convert.SetConverter
org.springframework.data.redis.connection.convert.StringToDataTypeConverter
org.springframework.data.redis.connection.convert.StringToPropertiesConverter
org.springframework.data.redis.connection.convert.StringToRedisClientInfoConverter
org.springframework.data.redis.connection.convert.TransactionResultConverter
org.springframework.data.redis.connection.jedis.JedisClientConfiguration
org.springframework.data.redis.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisClientConfigurationBuilder
org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisPoolingClientConfigurationBuilder
org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisSslClientConfigurationBuilder
org.springframework.data.redis.connection.jedis.JedisClusterConnection
org.springframework.data.redis.connection.jedis.JedisClusterConnection.JedisClusterCommandCallback
org.springframework.data.redis.connection.jedis.JedisClusterConnection.JedisClusterTopologyProvider
org.springframework.data.redis.connection.jedis.JedisClusterConnection.JedisMultiKeyClusterCommandCallback
org.springframework.data.redis.connection.jedis.JedisConnection
org.springframework.data.redis.connection.jedis.JedisConnectionFactory
org.springframework.data.redis.connection.jedis.JedisExceptionConverter
org.springframework.data.redis.connection.jedis.JedisScriptReturnConverter
org.springframework.data.redis.connection.jedis.JedisSentinelConnection
org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration
org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.LettuceClientConfigurationBuilder
org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.LettuceSslClientConfigurationBuilder
org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
org.springframework.data.redis.connection.lettuce.LettuceClusterConnection.LettuceClusterCommandCallback
org.springframework.data.redis.connection.lettuce.LettuceClusterConnection.LettuceMultiKeyClusterCommandCallback
org.springframework.data.redis.connection.lettuce.LettuceConnection
org.springframework.data.redis.connection.lettuce.LettuceConnection.PipeliningFlushPolicy
org.springframework.data.redis.connection.lettuce.LettuceConnection.PipeliningFlushState
org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
org.springframework.data.redis.connection.lettuce.LettuceConnectionProvider
org.springframework.data.redis.connection.lettuce.LettuceConnectionProvider.TargetAware
org.springframework.data.redis.connection.lettuce.LettuceConverters
org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter
org.springframework.data.redis.connection.lettuce.LettucePoolingClientConfiguration
org.springframework.data.redis.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingClientConfigurationBuilder
org.springframework.data.redis.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingSslClientConfigurationBuilder
org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
org.springframework.data.redis.connection.lettuce.LettuceSubscription
org.springframework.data.redis.connection.lettuce.RedisCredentialsProviderFactory
org.springframework.data.redis.connection.lettuce.observability.LettuceObservationContext
org.springframework.data.redis.connection.lettuce.observability.MicrometerTracingAdapter
org.springframework.data.redis.connection.stream.ByteBufferRecord
org.springframework.data.redis.connection.stream.ByteRecord
org.springframework.data.redis.connection.stream.Consumer
org.springframework.data.redis.connection.stream.MapRecord
org.springframework.data.redis.connection.stream.ObjectRecord
org.springframework.data.redis.connection.stream.PendingMessage
org.springframework.data.redis.connection.stream.PendingMessages
org.springframework.data.redis.connection.stream.PendingMessagesSummary
org.springframework.data.redis.connection.stream.ReadOffset
org.springframework.data.redis.connection.stream.Record
org.springframework.data.redis.connection.stream.RecordId
org.springframework.data.redis.connection.stream.StreamInfo
org.springframework.data.redis.connection.stream.StreamInfo.XInfoConsumer
org.springframework.data.redis.connection.stream.StreamInfo.XInfoConsumers
org.springframework.data.redis.connection.stream.StreamInfo.XInfoGroup
org.springframework.data.redis.connection.stream.StreamInfo.XInfoGroups
org.springframework.data.redis.connection.stream.StreamInfo.XInfoObject
org.springframework.data.redis.connection.stream.StreamInfo.XInfoStream
org.springframework.data.redis.connection.stream.StreamOffset
org.springframework.data.redis.connection.stream.StreamReadOptions
org.springframework.data.redis.connection.stream.StreamRecords
org.springframework.data.redis.connection.stream.StreamRecords.RecordBuilder
org.springframework.data.redis.connection.stream.StringRecord
org.springframework.data.redis.connection.stream.entry-id
org.springframework.data.redis.connection.stream.field/value pairs
org.springframework.data.redis.connection.stream.messages
org.springframework.data.redis.connection.util.AbstractSubscription
org.springframework.data.redis.connection.util.ByteArraySet
org.springframework.data.redis.connection.util.ByteArrayWrapper
org.springframework.data.redis.connection.util.DecodeUtils
org.springframework.data.redis.connection.value
org.springframework.data.redis.connection.zset.DefaultTuple
org.springframework.data.redis.connection.zset.Tuple
org.springframework.data.redis.connection.zset.Weights
org.springframework.data.redis.core.BoundGeoOperations
org.springframework.data.redis.core.BoundHashOperations
org.springframework.data.redis.core.BoundKeyOperations
org.springframework.data.redis.core.BoundListOperations
org.springframework.data.redis.core.BoundSetOperations
org.springframework.data.redis.core.BoundStreamOperations
org.springframework.data.redis.core.BoundValueOperations
org.springframework.data.redis.core.BoundZSetOperations
org.springframework.data.redis.core.BulkMapper
org.springframework.data.redis.core.ClusterOperations
org.springframework.data.redis.core.ConvertingCursor
org.springframework.data.redis.core.Cursor
org.springframework.data.redis.core.Cursor.CursorId
org.springframework.data.redis.core.DefaultTypedTuple
org.springframework.data.redis.core.GeoOperations
org.springframework.data.redis.core.HashMapperProvider
org.springframework.data.redis.core.HashOperations
org.springframework.data.redis.core.HyperLogLogOperations
org.springframework.data.redis.core.KeyBoundCursor
org.springframework.data.redis.core.KeyScanOptions
org.springframework.data.redis.core.ListOperations
org.springframework.data.redis.core.ListOperations.MoveFrom
org.springframework.data.redis.core.ListOperations.MoveTo
org.springframework.data.redis.core.PartialUpdate
org.springframework.data.redis.core.PartialUpdate.PropertyUpdate
org.springframework.data.redis.core.ReactiveGeoOperations
org.springframework.data.redis.core.ReactiveHashOperations
org.springframework.data.redis.core.ReactiveHyperLogLogOperations
org.springframework.data.redis.core.ReactiveListOperations
org.springframework.data.redis.core.ReactiveRedisCallback
org.springframework.data.redis.core.ReactiveRedisOperations
org.springframework.data.redis.core.ReactiveRedisSessionCallback
org.springframework.data.redis.core.ReactiveRedisTemplate
org.springframework.data.redis.core.ReactiveSetOperations
org.springframework.data.redis.core.ReactiveStreamOperations
org.springframework.data.redis.core.ReactiveStringRedisTemplate
org.springframework.data.redis.core.ReactiveValueOperations
org.springframework.data.redis.core.ReactiveZSetOperations
org.springframework.data.redis.core.RedisAccessor
org.springframework.data.redis.core.RedisCallback
org.springframework.data.redis.core.RedisClusterCallback
org.springframework.data.redis.core.RedisConnectionUtils
org.springframework.data.redis.core.RedisConnectionUtils.RedisConnectionProxy
org.springframework.data.redis.core.RedisKeyExpiredEvent
org.springframework.data.redis.core.RedisKeyValueAdapter
org.springframework.data.redis.core.RedisKeyValueTemplate
org.springframework.data.redis.core.RedisKeyValueTemplate.RedisKeyValueCallback
org.springframework.data.redis.core.RedisKeyspaceEvent
org.springframework.data.redis.core.RedisOperations
org.springframework.data.redis.core.RedisTemplate
org.springframework.data.redis.core.ScanCursor
org.springframework.data.redis.core.ScanIteration
org.springframework.data.redis.core.ScanOptions
org.springframework.data.redis.core.ScanOptions.ScanOptionsBuilder
org.springframework.data.redis.core.SessionCallback
org.springframework.data.redis.core.SetOperations
org.springframework.data.redis.core.StreamOperations
org.springframework.data.redis.core.StringRedisTemplate
org.springframework.data.redis.core.TimeToLiveAccessor
org.springframework.data.redis.core.TimeoutUtils
org.springframework.data.redis.core.ValueOperations
org.springframework.data.redis.core.ZSetOperations
org.springframework.data.redis.core.ZSetOperations.TypedTuple
org.springframework.data.redis.core.convert.Bucket
org.springframework.data.redis.core.convert.Bucket.BucketPropertyPath
org.springframework.data.redis.core.convert.CompositeIndexResolver
org.springframework.data.redis.core.convert.DefaultRedisTypeMapper
org.springframework.data.redis.core.convert.GeoIndexedPropertyValue
org.springframework.data.redis.core.convert.IndexResolver
org.springframework.data.redis.core.convert.IndexedData
org.springframework.data.redis.core.convert.Jsr310Converters
org.springframework.data.redis.core.convert.KeyspaceConfiguration
org.springframework.data.redis.core.convert.KeyspaceConfiguration.KeyspaceSettings
org.springframework.data.redis.core.convert.MappingConfiguration
org.springframework.data.redis.core.convert.MappingRedisConverter
org.springframework.data.redis.core.convert.MappingRedisConverter.BinaryKeyspaceIdentifier
org.springframework.data.redis.core.convert.MappingRedisConverter.KeyspaceIdentifier
org.springframework.data.redis.core.convert.PathIndexResolver
org.springframework.data.redis.core.convert.RedisConverter
org.springframework.data.redis.core.convert.RedisCustomConversions
org.springframework.data.redis.core.convert.RedisData
org.springframework.data.redis.core.convert.RedisTypeMapper
org.springframework.data.redis.core.convert.ReferenceResolver
org.springframework.data.redis.core.convert.ReferenceResolverImpl
org.springframework.data.redis.core.convert.RemoveIndexedData
org.springframework.data.redis.core.convert.SimpleIndexedPropertyValue
org.springframework.data.redis.core.convert.SpelIndexResolver
org.springframework.data.redis.core.index.ConfigurableIndexDefinitionProvider
org.springframework.data.redis.core.index.GeoIndexDefinition
org.springframework.data.redis.core.index.IndexConfiguration
org.springframework.data.redis.core.index.IndexDefinition
org.springframework.data.redis.core.index.IndexDefinition.Condition
org.springframework.data.redis.core.index.IndexDefinition.IndexingContext
org.springframework.data.redis.core.index.IndexDefinitionProvider
org.springframework.data.redis.core.index.IndexDefinitionRegistry
org.springframework.data.redis.core.index.IndexValueTransformer
org.springframework.data.redis.core.index.PathBasedRedisIndexDefinition
org.springframework.data.redis.core.index.RedisIndexDefinition
org.springframework.data.redis.core.index.RedisIndexDefinition.CompositeValueTransformer
org.springframework.data.redis.core.index.RedisIndexDefinition.OrCondition
org.springframework.data.redis.core.index.RedisIndexDefinition.PathCondition
org.springframework.data.redis.core.index.SimpleIndexDefinition
org.springframework.data.redis.core.index.SpelIndexDefinition
org.springframework.data.redis.core.mapping.BasicRedisPersistentEntity
org.springframework.data.redis.core.mapping.RedisMappingContext
org.springframework.data.redis.core.mapping.RedisPersistentEntity
org.springframework.data.redis.core.mapping.RedisPersistentProperty
org.springframework.data.redis.core.query.QueryUtils
org.springframework.data.redis.core.query.SortCriterion
org.springframework.data.redis.core.query.SortQuery
org.springframework.data.redis.core.query.SortQueryBuilder
org.springframework.data.redis.core.script.DefaultReactiveScriptExecutor
org.springframework.data.redis.core.script.DefaultRedisScript
org.springframework.data.redis.core.script.DefaultScriptExecutor
org.springframework.data.redis.core.script.DigestUtils
org.springframework.data.redis.core.script.ReactiveScriptExecutor
org.springframework.data.redis.core.script.RedisScript
org.springframework.data.redis.core.script.ScriptExecutor
org.springframework.data.redis.core.script.ScriptingException
org.springframework.data.redis.core.types.Expiration
org.springframework.data.redis.core.types.RedisClientInfo
org.springframework.data.redis.core.types.RedisClientInfo.RedisClientInfoBuilder
org.springframework.data.redis.domain.geo.BoundingBox
org.springframework.data.redis.domain.geo.BoxShape
org.springframework.data.redis.domain.geo.GeoLocation
org.springframework.data.redis.domain.geo.GeoReference
org.springframework.data.redis.domain.geo.GeoReference.GeoCoordinateReference
org.springframework.data.redis.domain.geo.GeoReference.GeoMemberReference
org.springframework.data.redis.domain.geo.GeoShape
org.springframework.data.redis.domain.geo.RadiusShape
org.springframework.data.redis.hash.BeanUtilsHashMapper
org.springframework.data.redis.hash.DecoratingStringHashMapper
org.springframework.data.redis.hash.HashMapper
org.springframework.data.redis.hash.Jackson2HashMapper
org.springframework.data.redis.hash.ObjectHashMapper
org.springframework.data.redis.listener.Channel Topic
org.springframework.data.redis.listener.ChannelTopic
org.springframework.data.redis.listener.KeyExpirationEventMessageListener
org.springframework.data.redis.listener.KeyspaceEventMessageListener
org.springframework.data.redis.listener.PatternTopic
org.springframework.data.redis.listener.ReactiveRedisMessageListenerContainer
org.springframework.data.redis.listener.RedisMessageListenerContainer
org.springframework.data.redis.listener.Topic
org.springframework.data.redis.listener.adapter.MessageListenerAdapter
org.springframework.data.redis.listener.adapter.RedisListenerExecutionFailedException
org.springframework.data.redis.repository.cdi.CdiBean
org.springframework.data.redis.repository.cdi.RedisKeyValueAdapterBean
org.springframework.data.redis.repository.cdi.RedisKeyValueTemplateBean
org.springframework.data.redis.repository.cdi.RedisRepositoryBean
org.springframework.data.redis.repository.cdi.RedisRepositoryExtension
org.springframework.data.redis.repository.configuration.RedisRepositoriesRegistrar
org.springframework.data.redis.repository.configuration.RedisRepositoryConfigurationExtension
org.springframework.data.redis.repository.core.MappingRedisEntityInformation
org.springframework.data.redis.repository.core.RedisEntityInformation
org.springframework.data.redis.repository.query.ExampleQueryMapper
org.springframework.data.redis.repository.query.RedisOperationChain
org.springframework.data.redis.repository.query.RedisOperationChain.NearPath
org.springframework.data.redis.repository.query.RedisOperationChain.PathAndValue
org.springframework.data.redis.repository.query.RedisPartTreeQuery
org.springframework.data.redis.repository.query.RedisQueryCreator
org.springframework.data.redis.repository.support.QueryByExampleRedisExecutor
org.springframework.data.redis.repository.support.RedisRepositoryFactory
org.springframework.data.redis.repository.support.RedisRepositoryFactoryBean
org.springframework.data.redis.serializer.GenericJackson2JsonRedisSerializer
org.springframework.data.redis.serializer.GenericJackson2JsonRedisSerializer.GenericJackson2JsonRedisSerializerBuilder
org.springframework.data.redis.serializer.GenericToStringSerializer
org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer
org.springframework.data.redis.serializer.JacksonObjectReader
org.springframework.data.redis.serializer.JacksonObjectWriter
org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
org.springframework.data.redis.serializer.OxmSerializer
org.springframework.data.redis.serializer.RedisElementReader
org.springframework.data.redis.serializer.RedisElementWriter
org.springframework.data.redis.serializer.RedisSerializationContext
org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
org.springframework.data.redis.serializer.RedisSerializationContext.SerializationPair
org.springframework.data.redis.serializer.RedisSerializer
org.springframework.data.redis.serializer.SerializationException
org.springframework.data.redis.serializer.SerializationUtils
org.springframework.data.redis.serializer.StringRedisSerializer
org.springframework.data.redis.stream.Cancelable
org.springframework.data.redis.stream.StreamListener
org.springframework.data.redis.stream.StreamMessageListenerContainer
org.springframework.data.redis.stream.StreamMessageListenerContainer.ConsumerStreamReadRequest
org.springframework.data.redis.stream.StreamMessageListenerContainer.ConsumerStreamReadRequestBuilder
org.springframework.data.redis.stream.StreamMessageListenerContainer.StreamMessageListenerContainerOptions
org.springframework.data.redis.stream.StreamMessageListenerContainer.StreamMessageListenerContainerOptionsBuilder
org.springframework.data.redis.stream.StreamMessageListenerContainer.StreamReadRequest
org.springframework.data.redis.stream.StreamMessageListenerContainer.StreamReadRequestBuilder
org.springframework.data.redis.stream.StreamReceiver
org.springframework.data.redis.stream.StreamReceiver.StreamReceiverOptions
org.springframework.data.redis.stream.StreamReceiver.StreamReceiverOptionsBuilder
org.springframework.data.redis.stream.Subscription
org.springframework.data.redis.stream.Task
org.springframework.data.redis.support.atomic.RedisAtomicDouble
org.springframework.data.redis.support.atomic.RedisAtomicInteger
org.springframework.data.redis.support.atomic.RedisAtomicLong
org.springframework.data.redis.support.collections.AbstractRedisCollection
org.springframework.data.redis.support.collections.CollectionUtils
org.springframework.data.redis.support.collections.DefaultRedisList
org.springframework.data.redis.support.collections.DefaultRedisMap
org.springframework.data.redis.support.collections.DefaultRedisSet
org.springframework.data.redis.support.collections.DefaultRedisZSet
org.springframework.data.redis.support.collections.RedisCollection
org.springframework.data.redis.support.collections.RedisCollectionFactoryBean
org.springframework.data.redis.support.collections.RedisList
org.springframework.data.redis.support.collections.RedisMap
org.springframework.data.redis.support.collections.RedisProperties
org.springframework.data.redis.support.collections.RedisSet
org.springframework.data.redis.support.collections.RedisStore
org.springframework.data.redis.support.collections.RedisZSet
org.springframework.data.redis.util.ByteUtils
org.springframework.data.redis.util.RedisAssertions
org.springframework.data.redis.util.RedisAssertions.RuntimeExceptionSupplier 

完整文档下载地址(类、方法、参数说明)