| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands |
This package contains the interfaces that contain methods representing Redis core 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 |
PipeliningBase |
class |
ReliableTransaction
A transaction where commands are immediately sent to Redis server and the
QUEUED reply checked. |
class |
Transaction
A transaction based on pipelining.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PipelineCommands |
interface |
StringPipelineCommands |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiDbPipeline
|
class |
MultiDbTransaction
This is high memory dependent solution as all the appending commands will be hold in memory.
|
Copyright © 2025. All rights reserved.