spring-data-redis-1.1.0.M2.jar中文-英文对照文档.zip

org.springframework.dataspring-data-redis1.1.0.M2API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: spring-data-redis-1.1.0.M2.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 966.09 KB

选择下载方式

方式1:前往hanshuixin.org下载
前往 hanshuixin.org ,在hanshuixin.org查看/下载

文件简介

spring-data-redis-1.1.0.M2.jar中文-英文对照文档.zip 中包含以下内容

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

使用方法

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

组件信息

简介

  • 名称: Spring Data Redis
  • 描述: Spring Data Redis
  • 版本: 1.1.0.M2

Maven依赖

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

Gradle依赖

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

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

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

版权声明与来源信息

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

本组件包含的 Java package(包)

org.springframework.data.redis
org.springframework.data.redis.cache
org.springframework.data.redis.connection
org.springframework.data.redis.connection.convert
org.springframework.data.redis.connection.jedis
org.springframework.data.redis.connection.jredis
org.springframework.data.redis.connection.lettuce
org.springframework.data.redis.connection.srp
org.springframework.data.redis.connection.util
org.springframework.data.redis.core
org.springframework.data.redis.core.query
org.springframework.data.redis.core.script
org.springframework.data.redis.hash
org.springframework.data.redis.listener
org.springframework.data.redis.listener.adapter
org.springframework.data.redis.serializer
org.springframework.data.redis.support.atomic
org.springframework.data.redis.support.collections

本组件包含的 Java class(类)

org.springframework.data.redis.RedisConnectionFailureException
org.springframework.data.redis.RedisSystemException
org.springframework.data.redis.cache.DefaultRedisCachePrefix
org.springframework.data.redis.cache.RedisCacheManager
org.springframework.data.redis.cache.RedisCachePrefix
org.springframework.data.redis.connection.DataType
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.DefaultTuple
org.springframework.data.redis.connection.FutureResult
org.springframework.data.redis.connection.Message
org.springframework.data.redis.connection.MessageListener
org.springframework.data.redis.connection.Pool
org.springframework.data.redis.connection.PoolConfig
org.springframework.data.redis.connection.PoolException
org.springframework.data.redis.connection.RedisCommands
org.springframework.data.redis.connection.RedisConnection
org.springframework.data.redis.connection.RedisConnectionCommands
org.springframework.data.redis.connection.RedisConnectionFactory
org.springframework.data.redis.connection.RedisHashCommands
org.springframework.data.redis.connection.RedisInvalidSubscriptionException
org.springframework.data.redis.connection.RedisKeyCommands
org.springframework.data.redis.connection.RedisListCommands
org.springframework.data.redis.connection.RedisListCommands.Position
org.springframework.data.redis.connection.RedisPipelineException
org.springframework.data.redis.connection.RedisPubSubCommands
org.springframework.data.redis.connection.RedisScriptingCommands
org.springframework.data.redis.connection.RedisServerCommands
org.springframework.data.redis.connection.RedisSetCommands
org.springframework.data.redis.connection.RedisStringCommands
org.springframework.data.redis.connection.RedisStringCommands.BitOperation
org.springframework.data.redis.connection.RedisSubscribedConnectionException
org.springframework.data.redis.connection.RedisTxCommands
org.springframework.data.redis.connection.RedisZSetCommands
org.springframework.data.redis.connection.RedisZSetCommands.Aggregate
org.springframework.data.redis.connection.RedisZSetCommands.Tuple
org.springframework.data.redis.connection.ReturnType
org.springframework.data.redis.connection.SortParameters
org.springframework.data.redis.connection.SortParameters.Order
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.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.TransactionResultConverter
org.springframework.data.redis.connection.jedis.JedisConnection
org.springframework.data.redis.connection.jedis.JedisConnectionFactory
org.springframework.data.redis.connection.jedis.JedisConverters
org.springframework.data.redis.connection.jedis.JedisExceptionConverter
org.springframework.data.redis.connection.jedis.JedisScriptReturnConverter
org.springframework.data.redis.connection.jedis.JedisUtils
org.springframework.data.redis.connection.jredis.JredisConnection
org.springframework.data.redis.connection.jredis.JredisConnectionFactory
org.springframework.data.redis.connection.jredis.JredisPool
org.springframework.data.redis.connection.jredis.JredisUtils
org.springframework.data.redis.connection.lettuce.AuthenticatingRedisClient
org.springframework.data.redis.connection.lettuce.DefaultLettucePool
org.springframework.data.redis.connection.lettuce.LettuceConnection
org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
org.springframework.data.redis.connection.lettuce.LettuceConverters
org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter
org.springframework.data.redis.connection.lettuce.LettucePool
org.springframework.data.redis.connection.srp.SrpConnection
org.springframework.data.redis.connection.srp.SrpConnectionFactory
org.springframework.data.redis.connection.srp.SrpConverters
org.springframework.data.redis.connection.srp.SrpScriptReturnConverter
org.springframework.data.redis.connection.util.AbstractSubscription
org.springframework.data.redis.connection.util.ByteArrayWrapper
org.springframework.data.redis.connection.util.DecodeUtils
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.BoundValueOperations
org.springframework.data.redis.core.BoundZSetOperations
org.springframework.data.redis.core.BulkMapper
org.springframework.data.redis.core.DefaultTypedTuple
org.springframework.data.redis.core.HashOperations
org.springframework.data.redis.core.ListOperations
org.springframework.data.redis.core.RedisAccessor
org.springframework.data.redis.core.RedisCallback
org.springframework.data.redis.core.RedisConnectionUtils
org.springframework.data.redis.core.RedisOperations
org.springframework.data.redis.core.RedisTemplate
org.springframework.data.redis.core.SessionCallback
org.springframework.data.redis.core.SetOperations
org.springframework.data.redis.core.StringRedisTemplate
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.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.DefaultRedisScript
org.springframework.data.redis.core.script.DefaultScriptExecutor
org.springframework.data.redis.core.script.DigestUtils
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.hash.BeanUtilsHashMapper
org.springframework.data.redis.hash.DecoratingStringHashMapper
org.springframework.data.redis.hash.HashMapper
org.springframework.data.redis.hash.JacksonHashMapper
org.springframework.data.redis.listener.ChannelTopic
org.springframework.data.redis.listener.PatternTopic
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.serializer.GenericToStringSerializer
org.springframework.data.redis.serializer.JacksonJsonRedisSerializer
org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
org.springframework.data.redis.serializer.OxmSerializer
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.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.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.RedisCollectionFactoryBean.CollectionType
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