Package | Description |
---|---|
redis.clients.jedis | |
redis.clients.jedis.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
redis.clients.jedis.json.commands | |
redis.clients.jedis.mcf |
This package contains the classes that are related to Active-Active cluster(s) and Multi-Cluster failover.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPipeline |
class |
AbstractTransaction |
class |
ClusterPipeline |
class |
MultiNodePipelineBase |
class |
Pipeline |
class |
PipelineBase
Deprecated.
Use
AbstractPipeline . |
class |
PipeliningBase |
class |
ReliableTransaction
A transaction where commands are immediately sent to Redis server and the
QUEUED reply checked. |
class |
ShardedPipeline
Deprecated.
Sharding/Sharded feature will be removed in next major release.
|
class |
Transaction
A transaction based on pipelining.
|
class |
TransactionBase
Deprecated.
Use
AbstractTransaction . |
Modifier and Type | Interface and Description |
---|---|
interface |
RedisModulePipelineCommands |
Modifier and Type | Interface and Description |
---|---|
interface |
RedisJsonPipelineCommands |
Modifier and Type | Class and Description |
---|---|
class |
MultiClusterPipeline
|
class |
MultiClusterTransaction
This is high memory dependent solution as all the appending commands will be hold in memory.
|
Copyright © 2024. All rights reserved.