jedis-3.1.0-m1.jar中文-英文对照文档.zip

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

文件名称: jedis-3.1.0-m1.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 1.33 MB

选择下载方式

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

文件简介

jedis-3.1.0-m1.jar中文-英文对照文档.zip 中包含以下内容

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

使用方法

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

组件信息

简介

  • 名称: Jedis
  • 描述: Jedis 是一个非常小巧且合理的 Redis Java 客户端。
  • 版本: 3.1.0-m1

Maven依赖

<dependency>
	<groupId>redis.clients</groupId>
	<artifactId>jedis</artifactId>
	<version>3.1.0-m1</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'redis.clients', name: 'jedis', version: '3.1.0-m1'
Gradle (Short):
	implementation 'redis.clients:jedis:3.1.0-m1'
Gradle (Kotlin):
	implementation("redis.clients:jedis:3.1.0-m1")

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

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

版权声明与来源信息

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

本组件包含的 Java package(包)

redis.clients.jedis
redis.clients.jedis.commands
redis.clients.jedis.exceptions
redis.clients.jedis.params
redis.clients.jedis.util

本组件包含的 Java class(类)

redis.clients.jedis.BinaryClient
redis.clients.jedis.BinaryJedis
redis.clients.jedis.BinaryJedis.SetFromList
redis.clients.jedis.BinaryJedisCluster
redis.clients.jedis.BinaryJedisPubSub
redis.clients.jedis.BinaryShardedJedis
redis.clients.jedis.BitOP
redis.clients.jedis.BitPosParams
redis.clients.jedis.Builder
redis.clients.jedis.BuilderFactory
redis.clients.jedis.Client
redis.clients.jedis.ClusterReset
redis.clients.jedis.Connection
redis.clients.jedis.DebugParams
redis.clients.jedis.GeoCoordinate
redis.clients.jedis.GeoRadiusResponse
redis.clients.jedis.GeoUnit
redis.clients.jedis.HostAndPort
redis.clients.jedis.Jedis
redis.clients.jedis.JedisCluster
redis.clients.jedis.JedisClusterCommand
redis.clients.jedis.JedisClusterConnectionHandler
redis.clients.jedis.JedisClusterInfoCache
redis.clients.jedis.JedisMonitor
redis.clients.jedis.JedisPool
redis.clients.jedis.JedisPoolAbstract
redis.clients.jedis.JedisPoolConfig
redis.clients.jedis.JedisPubSub
redis.clients.jedis.JedisSentinelPool
redis.clients.jedis.JedisShardInfo
redis.clients.jedis.JedisSlotBasedConnectionHandler
redis.clients.jedis.ListPosition
redis.clients.jedis.Module
redis.clients.jedis.MultiKeyPipelineBase
redis.clients.jedis.Pipeline
redis.clients.jedis.PipelineBase
redis.clients.jedis.Protocol
redis.clients.jedis.Protocol.Command
redis.clients.jedis.Protocol.Keyword
redis.clients.jedis.Queable
redis.clients.jedis.Response
redis.clients.jedis.ScanParams
redis.clients.jedis.ScanResult
redis.clients.jedis.ShardedJedis
redis.clients.jedis.ShardedJedisPipeline
redis.clients.jedis.ShardedJedisPool
redis.clients.jedis.SortingParams
redis.clients.jedis.StreamEntry
redis.clients.jedis.StreamEntryID
redis.clients.jedis.StreamPendingEntry
redis.clients.jedis.Transaction
redis.clients.jedis.Tuple
redis.clients.jedis.ZParams
redis.clients.jedis.ZParams.Aggregate
redis.clients.jedis.commands.AdvancedBinaryJedisCommands
redis.clients.jedis.commands.AdvancedJedisCommands
redis.clients.jedis.commands.BasicCommands
redis.clients.jedis.commands.BasicRedisPipeline
redis.clients.jedis.commands.BinaryJedisClusterCommands
redis.clients.jedis.commands.BinaryJedisCommands
redis.clients.jedis.commands.BinaryRedisPipeline
redis.clients.jedis.commands.BinaryScriptingCommands
redis.clients.jedis.commands.BinaryScriptingCommandsPipeline
redis.clients.jedis.commands.ClusterCommands
redis.clients.jedis.commands.ClusterPipeline
redis.clients.jedis.commands.Commands
redis.clients.jedis.commands.JedisClusterBinaryScriptingCommands
redis.clients.jedis.commands.JedisClusterCommands
redis.clients.jedis.commands.JedisClusterScriptingCommands
redis.clients.jedis.commands.JedisCommands
redis.clients.jedis.commands.ModuleCommands
redis.clients.jedis.commands.MultiKeyBinaryCommands
redis.clients.jedis.commands.MultiKeyBinaryJedisClusterCommands
redis.clients.jedis.commands.MultiKeyBinaryRedisPipeline
redis.clients.jedis.commands.MultiKeyCommands
redis.clients.jedis.commands.MultiKeyCommandsPipeline
redis.clients.jedis.commands.MultiKeyJedisClusterCommands
redis.clients.jedis.commands.ProtocolCommand
redis.clients.jedis.commands.RedisPipeline
redis.clients.jedis.commands.ScriptingCommands
redis.clients.jedis.commands.ScriptingCommandsPipeline
redis.clients.jedis.commands.SentinelCommands
redis.clients.jedis.exceptions.InvalidURIException
redis.clients.jedis.exceptions.JedisAskDataException
redis.clients.jedis.exceptions.JedisBusyException
redis.clients.jedis.exceptions.JedisClusterException
redis.clients.jedis.exceptions.JedisClusterMaxAttemptsException
redis.clients.jedis.exceptions.JedisClusterOperationException
redis.clients.jedis.exceptions.JedisConnectionException
redis.clients.jedis.exceptions.JedisDataException
redis.clients.jedis.exceptions.JedisException
redis.clients.jedis.exceptions.JedisExhaustedPoolException
redis.clients.jedis.exceptions.JedisMovedDataException
redis.clients.jedis.exceptions.JedisNoReachableClusterNodeException
redis.clients.jedis.exceptions.JedisNoScriptException
redis.clients.jedis.exceptions.JedisRedirectionException
redis.clients.jedis.params.ClientKillParams
redis.clients.jedis.params.ClientKillParams.SkipMe
redis.clients.jedis.params.ClientKillParams.Type
redis.clients.jedis.params.GeoRadiusParam
redis.clients.jedis.params.MigrateParams
redis.clients.jedis.params.Params
redis.clients.jedis.params.SetParams
redis.clients.jedis.params.ZAddParams
redis.clients.jedis.params.ZIncrByParams
redis.clients.jedis.util.ByteArrayComparator
redis.clients.jedis.util.Hashing
redis.clients.jedis.util.IOUtils
redis.clients.jedis.util.JedisByteHashMap
redis.clients.jedis.util.JedisClusterCRC16
redis.clients.jedis.util.JedisClusterHashTagUtil
redis.clients.jedis.util.JedisURIHelper
redis.clients.jedis.util.KeyMergeUtil
redis.clients.jedis.util.MurmurHash
redis.clients.jedis.util.Pool
redis.clients.jedis.util.RedisInputStream
redis.clients.jedis.util.RedisOutputStream
redis.clients.jedis.util.SafeEncoder
redis.clients.jedis.util.ShardInfo
redis.clients.jedis.util.Sharded
redis.clients.jedis.util.Slowlog