Package | Description |
---|---|
redis.clients.jedis | |
redis.clients.jedis.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterPipeline |
class |
MultiNodePipelineBase |
class |
Pipeline |
class |
PipelineBase |
class |
ReliableTransaction
ReliableTransaction is 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 pipeline based transaction.
|
class |
TransactionBase |
Modifier and Type | Interface and Description |
---|---|
interface |
PipelineCommands |
Copyright © 2023. All rights reserved.