jedis-4.0.0-beta2.jar中文-英文对照文档.zip

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

文件名称: jedis-4.0.0-beta2.jar中文-英文对照文档.zip

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

选择下载方式

方式1:微信扫码支付下载
文件价格:¥1.5
支付完成后自动开始下载
方式2:兑换码下载
前往 链动小铺 购买【Java 组件中文文档兑换码】

文件简介

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

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

使用方法

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

组件信息

简介

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

Maven依赖

<dependency>
	<groupId>redis.clients</groupId>
	<artifactId>jedis</artifactId>
	<version>4.0.0-beta2</version>
</dependency>

Gradle依赖

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

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

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

版权声明与来源信息

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

本组件包含的 Java package(包)

redis.clients.jedis
redis.clients.jedis.args
redis.clients.jedis.commands
redis.clients.jedis.exceptions
redis.clients.jedis.json
redis.clients.jedis.params
redis.clients.jedis.providers
redis.clients.jedis.resps
redis.clients.jedis.search
redis.clients.jedis.stream
redis.clients.jedis.util

本组件包含的 Java class(类)

redis.clients.jedis.Builder
redis.clients.jedis.BuilderFactory
redis.clients.jedis.BuilderFactory.SetFromList
redis.clients.jedis.ClusterCommandArguments
redis.clients.jedis.ClusterPipeline
redis.clients.jedis.CommandArguments
redis.clients.jedis.CommandObject
redis.clients.jedis.Connection
redis.clients.jedis.DefaultJedisClientConfig
redis.clients.jedis.DefaultJedisClientConfig.Builder
redis.clients.jedis.DefaultJedisSocketFactory
redis.clients.jedis.GeoCoordinate
redis.clients.jedis.HostAndPort
redis.clients.jedis.HostAndPortMapper
redis.clients.jedis.Jedis
redis.clients.jedis.JedisClientConfig
redis.clients.jedis.JedisCluster
redis.clients.jedis.JedisClusterInfoCache
redis.clients.jedis.JedisCommandExecutor
redis.clients.jedis.JedisConnectionExecutor
redis.clients.jedis.JedisConnectionFactory
redis.clients.jedis.JedisConnectionPool
redis.clients.jedis.JedisFactory
redis.clients.jedis.JedisPool
redis.clients.jedis.JedisPoolConfig
redis.clients.jedis.JedisSocketFactory
redis.clients.jedis.Module
redis.clients.jedis.MultiNodePipelineBase
redis.clients.jedis.Pipeline
redis.clients.jedis.PipelineBase
redis.clients.jedis.PipelinedTransactionBase
redis.clients.jedis.Protocol
redis.clients.jedis.Protocol.ClusterKeyword
redis.clients.jedis.Protocol.Command
redis.clients.jedis.Protocol.Keyword
redis.clients.jedis.Protocol.SentinelKeyword
redis.clients.jedis.Queable
redis.clients.jedis.RedisClusterCommandObjects
redis.clients.jedis.RedisCommandObjects
redis.clients.jedis.ReliableTransaction
redis.clients.jedis.ReliableTransactionBase
redis.clients.jedis.Response
redis.clients.jedis.RetryableClusterCommandExecutor
redis.clients.jedis.RetryableCommandExecutor
redis.clients.jedis.SimpleJedisExecutor
redis.clients.jedis.Transaction
redis.clients.jedis.UnifiedJedis
redis.clients.jedis.args.BitOP
redis.clients.jedis.args.ClientPauseMode
redis.clients.jedis.args.ClientType
redis.clients.jedis.args.ClusterFailoverOption
redis.clients.jedis.args.ClusterResetType
redis.clients.jedis.args.FlushMode
redis.clients.jedis.args.GeoUnit
redis.clients.jedis.args.ListDirection
redis.clients.jedis.args.ListPosition
redis.clients.jedis.args.Rawable
redis.clients.jedis.args.RawableFactory
redis.clients.jedis.args.RawableFactory.Raw
redis.clients.jedis.args.RawableFactory.RawString
redis.clients.jedis.args.SaveMode
redis.clients.jedis.args.UnblockType
redis.clients.jedis.commands.AccessControlLogBinaryCommands
redis.clients.jedis.commands.AccessControlLogCommands
redis.clients.jedis.commands.BinaryScriptingCommandsPipeline
redis.clients.jedis.commands.ClientBinaryCommands
redis.clients.jedis.commands.ClientCommands
redis.clients.jedis.commands.ClusterCommands
redis.clients.jedis.commands.ConfigCommands
redis.clients.jedis.commands.ControlBinaryCommands
redis.clients.jedis.commands.ControlCommands
redis.clients.jedis.commands.DatabaseCommands
redis.clients.jedis.commands.GenericControlCommands
redis.clients.jedis.commands.GeoBinaryCommands
redis.clients.jedis.commands.GeoCommands
redis.clients.jedis.commands.GeoPipelineBinaryCommands
redis.clients.jedis.commands.GeoPipelineCommands
redis.clients.jedis.commands.HashBinaryCommands
redis.clients.jedis.commands.HashCommands
redis.clients.jedis.commands.HashPipelineBinaryCommands
redis.clients.jedis.commands.HashPipelineCommands
redis.clients.jedis.commands.HyperLogLogBinaryCommands
redis.clients.jedis.commands.HyperLogLogCommands
redis.clients.jedis.commands.HyperLogLogPipelineBinaryCommands
redis.clients.jedis.commands.HyperLogLogPipelineCommands
redis.clients.jedis.commands.JedisBinaryCommands
redis.clients.jedis.commands.JedisCommands
redis.clients.jedis.commands.KeyBinaryCommands
redis.clients.jedis.commands.KeyCommands
redis.clients.jedis.commands.KeyPipelineBinaryCommands
redis.clients.jedis.commands.KeyPipelineCommands
redis.clients.jedis.commands.ListBinaryCommands
redis.clients.jedis.commands.ListCommands
redis.clients.jedis.commands.ListPipelineBinaryCommands
redis.clients.jedis.commands.ListPipelineCommands
redis.clients.jedis.commands.MiscellaneousBinaryCommands
redis.clients.jedis.commands.MiscellaneousCommands
redis.clients.jedis.commands.MiscellaneousPipelineBinaryCommands
redis.clients.jedis.commands.MiscellaneousPipelineCommands
redis.clients.jedis.commands.ModuleCommands
redis.clients.jedis.commands.PipelineBinaryCommands
redis.clients.jedis.commands.PipelineCommands
redis.clients.jedis.commands.ProtocolCommand
redis.clients.jedis.commands.RedisModuleCommands
redis.clients.jedis.commands.RedisModulePipelineCommands
redis.clients.jedis.commands.SampleBinaryKeyedCommands
redis.clients.jedis.commands.SampleBinaryKeyedPipelineCommands
redis.clients.jedis.commands.SampleKeyedCommands
redis.clients.jedis.commands.SampleKeyedPipelineCommands
redis.clients.jedis.commands.ScriptingCommandsPipeline
redis.clients.jedis.commands.ScriptingControlCommands
redis.clients.jedis.commands.ScriptingKeyBinaryCommands
redis.clients.jedis.commands.ScriptingKeyCommands
redis.clients.jedis.commands.ScriptingKeyPipelineBinaryCommands
redis.clients.jedis.commands.ScriptingKeyPipelineCommands
redis.clients.jedis.commands.SentinelCommands
redis.clients.jedis.commands.ServerCommands
redis.clients.jedis.commands.SetBinaryCommands
redis.clients.jedis.commands.SetCommands
redis.clients.jedis.commands.SetPipelineBinaryCommands
redis.clients.jedis.commands.SetPipelineCommands
redis.clients.jedis.commands.SlowlogCommands
redis.clients.jedis.commands.SortedSetBinaryCommands
redis.clients.jedis.commands.SortedSetCommands
redis.clients.jedis.commands.SortedSetPipelineBinaryCommands
redis.clients.jedis.commands.SortedSetPipelineCommands
redis.clients.jedis.commands.StreamBinaryCommands
redis.clients.jedis.commands.StreamCommands
redis.clients.jedis.commands.StreamPipelineBinaryCommands
redis.clients.jedis.commands.StreamPipelineCommands
redis.clients.jedis.commands.StringBinaryCommands
redis.clients.jedis.commands.StringCommands
redis.clients.jedis.commands.StringPipelineBinaryCommands
redis.clients.jedis.commands.StringPipelineCommands
redis.clients.jedis.exceptions.AbortedTransactionException
redis.clients.jedis.exceptions.InvalidURIException
redis.clients.jedis.exceptions.JedisAccessControlException
redis.clients.jedis.exceptions.JedisAskDataException
redis.clients.jedis.exceptions.JedisBusyException
redis.clients.jedis.exceptions.JedisClusterException
redis.clients.jedis.exceptions.JedisClusterOperationException
redis.clients.jedis.exceptions.JedisConnectionException
redis.clients.jedis.exceptions.JedisDataException
redis.clients.jedis.exceptions.JedisException
redis.clients.jedis.exceptions.JedisMovedDataException
redis.clients.jedis.exceptions.JedisNoScriptException
redis.clients.jedis.exceptions.JedisRedirectionException
redis.clients.jedis.json.JsonProtocol
redis.clients.jedis.json.JsonProtocol.JsonCommand
redis.clients.jedis.json.JsonSetParams
redis.clients.jedis.json.Path
redis.clients.jedis.json.RedisJsonCommands
redis.clients.jedis.json.RedisJsonPipelineCommands
redis.clients.jedis.params.BitPosParams
redis.clients.jedis.params.ClientKillParams
redis.clients.jedis.params.ClientKillParams.SkipMe
redis.clients.jedis.params.ClientKillParams.Type
redis.clients.jedis.params.FailoverParams
redis.clients.jedis.params.GeoAddParams
redis.clients.jedis.params.GeoRadiusParam
redis.clients.jedis.params.GeoRadiusStoreParam
redis.clients.jedis.params.GetExParams
redis.clients.jedis.params.IParams
redis.clients.jedis.params.LPosParams
redis.clients.jedis.params.MigrateParams
redis.clients.jedis.params.Params
redis.clients.jedis.params.RestoreParams
redis.clients.jedis.params.ScanParams
redis.clients.jedis.params.SetParams
redis.clients.jedis.params.SortingParams
redis.clients.jedis.params.StrAlgoLCSParams
redis.clients.jedis.params.XAddParams
redis.clients.jedis.params.XAutoClaimParams
redis.clients.jedis.params.XClaimParams
redis.clients.jedis.params.XPendingParams
redis.clients.jedis.params.XReadGroupParams
redis.clients.jedis.params.XReadParams
redis.clients.jedis.params.XTrimParams
redis.clients.jedis.params.ZAddParams
redis.clients.jedis.params.ZIncrByParams
redis.clients.jedis.params.ZParams
redis.clients.jedis.params.ZParams.Aggregate
redis.clients.jedis.providers.JedisClusterConnectionProvider
redis.clients.jedis.providers.JedisConnectionProvider
redis.clients.jedis.providers.ManagedJedisConnectionProvider
redis.clients.jedis.providers.PooledJedisConnectionProvider
redis.clients.jedis.resps.AccessControlLogEntry
redis.clients.jedis.resps.AccessControlUser
redis.clients.jedis.resps.GeoRadiusResponse
redis.clients.jedis.resps.KeyedListElement
redis.clients.jedis.resps.KeyedZSetElement
redis.clients.jedis.resps.LCSMatchResult
redis.clients.jedis.resps.LCSMatchResult.MatchedPosition
redis.clients.jedis.resps.LCSMatchResult.Position
redis.clients.jedis.resps.ScanResult
redis.clients.jedis.resps.Slowlog
redis.clients.jedis.resps.Tuple
redis.clients.jedis.search.Document
redis.clients.jedis.search.FieldName
redis.clients.jedis.search.IndexDefinition
redis.clients.jedis.search.IndexDefinition.Type
redis.clients.jedis.search.IndexOptions
redis.clients.jedis.search.Query
redis.clients.jedis.search.Query.Filter
redis.clients.jedis.search.Query.GeoFilter
redis.clients.jedis.search.Query.HighlightTags
redis.clients.jedis.search.Query.NumericFilter
redis.clients.jedis.search.Query.Paging
redis.clients.jedis.search.RediSearchCommands
redis.clients.jedis.search.RediSearchPipelineCommands
redis.clients.jedis.search.Schema
redis.clients.jedis.search.Schema.Field
redis.clients.jedis.search.Schema.FieldType
redis.clients.jedis.search.Schema.TagField
redis.clients.jedis.search.Schema.TextField
redis.clients.jedis.search.SearchProtocol
redis.clients.jedis.search.SearchProtocol.SearchCommand
redis.clients.jedis.search.SearchProtocol.SearchKeyword
redis.clients.jedis.search.SearchResult
redis.clients.jedis.search.SearchResult.SearchResultBuilder
redis.clients.jedis.stream.StreamConsumersInfo
redis.clients.jedis.stream.StreamEntry
redis.clients.jedis.stream.StreamEntryID
redis.clients.jedis.stream.StreamGroupInfo
redis.clients.jedis.stream.StreamInfo
redis.clients.jedis.stream.StreamPendingEntry
redis.clients.jedis.stream.StreamPendingSummary
redis.clients.jedis.util.ByteArrayComparator
redis.clients.jedis.util.IOUtils
redis.clients.jedis.util.JedisByteHashMap
redis.clients.jedis.util.JedisClusterCRC16
redis.clients.jedis.util.JedisClusterHashTag
redis.clients.jedis.util.JedisURIHelper
redis.clients.jedis.util.KeyMergeUtil
redis.clients.jedis.util.Pool
redis.clients.jedis.util.RedisInputStream
redis.clients.jedis.util.RedisOutputStream
redis.clients.jedis.util.SafeEncoder