Skip to content

Cluster Transaction (Deprecated)

Home / python / cluster_transaction

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)