| Package | Description |
|---|---|
| io.valkey | |
| 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 |
ReliableTransaction
ReliableTransaction is a transaction where commands are immediately sent to Redis server and the
'QUEUED' reply checked.
|
class |
Transaction
A pipeline based transaction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiClusterTransaction
This is high memory dependent solution as all the appending commands will be hold in memory.
|
Copyright © 2024. All rights reserved.