文件名称: redisson-1.1.1.jar中文-英文对照文档.zip
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
<version>1.1.1</version>
</dependency>Gradle:
implementation group: 'org.redisson', name: 'redisson', version: '1.1.1'
Gradle (Short):
implementation 'org.redisson:redisson:1.1.1'
Gradle (Kotlin):
implementation("org.redisson:redisson:1.1.1")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.lambdaworks.codec
com.lambdaworks.redis
com.lambdaworks.redis.codec
com.lambdaworks.redis.output
com.lambdaworks.redis.protocol
com.lambdaworks.redis.pubsub
org.redisson
org.redisson.codec
org.redisson.connection
org.redisson.core
org.redisson.misccom.lambdaworks.codec.Base16
com.lambdaworks.redis.KeyValue
com.lambdaworks.redis.RedisAsyncConnection
com.lambdaworks.redis.RedisClient
com.lambdaworks.redis.RedisCommandInterruptedException
com.lambdaworks.redis.RedisConnection
com.lambdaworks.redis.RedisConnectionException
com.lambdaworks.redis.RedisException
com.lambdaworks.redis.ScoredValue
com.lambdaworks.redis.ScriptOutputType
com.lambdaworks.redis.SortArgs
com.lambdaworks.redis.SortArgs.Builder
com.lambdaworks.redis.ZStoreArgs
com.lambdaworks.redis.ZStoreArgs.Builder
com.lambdaworks.redis.codec.RedisCodec
com.lambdaworks.redis.codec.Utf8StringCodec
com.lambdaworks.redis.output.BooleanListOutput
com.lambdaworks.redis.output.BooleanOutput
com.lambdaworks.redis.output.ByteArrayOutput
com.lambdaworks.redis.output.DateOutput
com.lambdaworks.redis.output.DoubleOutput
com.lambdaworks.redis.output.IntegerOutput
com.lambdaworks.redis.output.KeyListOutput
com.lambdaworks.redis.output.KeyOutput
com.lambdaworks.redis.output.KeyValueOutput
com.lambdaworks.redis.output.ListMapOutput
com.lambdaworks.redis.output.MapKeyListOutput
com.lambdaworks.redis.output.MapOutput
com.lambdaworks.redis.output.MapValueListOutput
com.lambdaworks.redis.output.MapValueOutput
com.lambdaworks.redis.output.MultiOutput
com.lambdaworks.redis.output.NestedMultiOutput
com.lambdaworks.redis.output.ScoredValueListOutput
com.lambdaworks.redis.output.StatusOutput
com.lambdaworks.redis.output.StringListOutput
com.lambdaworks.redis.output.ValueListOutput
com.lambdaworks.redis.output.ValueOutput
com.lambdaworks.redis.output.ValueSetOutput
com.lambdaworks.redis.protocol.Charsets
com.lambdaworks.redis.protocol.Command
com.lambdaworks.redis.protocol.CommandArgs
com.lambdaworks.redis.protocol.CommandHandler
com.lambdaworks.redis.protocol.CommandKeyword
com.lambdaworks.redis.protocol.CommandOutput
com.lambdaworks.redis.protocol.CommandType
com.lambdaworks.redis.protocol.ConnectionWatchdog
com.lambdaworks.redis.protocol.RedisStateMachine
com.lambdaworks.redis.pubsub.PubSubCommandHandler
com.lambdaworks.redis.pubsub.PubSubOutput
com.lambdaworks.redis.pubsub.RedisPubSubAdapter
com.lambdaworks.redis.pubsub.RedisPubSubConnection
com.lambdaworks.redis.pubsub.RedisPubSubListener
org.redisson.Config
org.redisson.MasterSlaveServersConfig
org.redisson.RedisPubSubTopicListenerWrapper
org.redisson.Redisson
org.redisson.RedissonAtomicLong
org.redisson.RedissonBucket
org.redisson.RedissonCountDownLatch
org.redisson.RedissonDeque
org.redisson.RedissonHyperLogLog
org.redisson.RedissonList
org.redisson.RedissonLock
org.redisson.RedissonLock.LockValue
org.redisson.RedissonMap
org.redisson.RedissonQueue
org.redisson.RedissonSet
org.redisson.RedissonSortedSet
org.redisson.RedissonSortedSet.BinarySearchResult
org.redisson.RedissonSortedSet.NewScore
org.redisson.RedissonTopic
org.redisson.SentinelServersConfig
org.redisson.SingleServerConfig
org.redisson.codec.JsonJacksonCodec
org.redisson.codec.KryoCodec
org.redisson.codec.KryoCodec.KryoPool
org.redisson.codec.KryoCodec.KryoPoolImpl
org.redisson.codec.RedisCodecWrapper
org.redisson.codec.RedissonCodec
org.redisson.codec.SerializationCodec
org.redisson.codec.StringCodec
org.redisson.connection.ConnectionEntry
org.redisson.connection.ConnectionManager
org.redisson.connection.LoadBalancer
org.redisson.connection.MasterSlaveConnectionManager
org.redisson.connection.PubSubConnectionEntry
org.redisson.connection.PubSubConnectionEntry.Status
org.redisson.connection.RandomLoadBalancer
org.redisson.connection.RoundRobinLoadBalancer
org.redisson.connection.SentinelConnectionManager
org.redisson.connection.SingleConnectionManager
org.redisson.core.MessageListener
org.redisson.core.RAtomicLong
org.redisson.core.RBucket
org.redisson.core.RCountDownLatch
org.redisson.core.RDeque
org.redisson.core.RExpirable
org.redisson.core.RHyperLogLog
org.redisson.core.RList
org.redisson.core.RLock
org.redisson.core.RMap
org.redisson.core.RObject
org.redisson.core.RQueue
org.redisson.core.RSet
org.redisson.core.RSortedSet
org.redisson.core.RTopic
org.redisson.misc.ReclosableLatch
org.redisson.misc.ReferenceMap
org.redisson.misc.ReferenceMap.ReferenceType
org.redisson.misc.ReferenceMap.RemoveValueListener
org.redisson.misc.ReferenceMap.Strategy