| Package | Description |
|---|---|
| io.valkey | |
| io.valkey.bloom.commands |
This package contains the interfaces that contain methods representing RedisBloom commands.
|
| io.valkey.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| io.valkey.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
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
Deprecated.
Use
AbstractTransaction. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RedisBloomPipelineCommands |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RedisModulePipelineCommands |
| 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.