Skip to content

Cluster Transaction (deprecated)

Home / python / cluster_transaction Note - The Transaction class will be dperecated starting version 2.0.0, and will be replaced with the Batch class.

glide.async_commands.batch.ClusterTransaction

Bases: ClusterBatch

Source code in glide/async_commands/batch.py
5593
5594
5595
5596
@deprecated("Use ClusterBatch(is_atomic=True) instead.")
class ClusterTransaction(ClusterBatch):
    def __init__(self):
        super().__init__(is_atomic=True)