Skip to content

Standalone Transaction (Deprecated)

Home / python / standalone_transaction

glide.async_commands.batch.Transaction

Bases: Batch

Source code in glide/async_commands/batch.py
5587
5588
5589
5590
@deprecated("Use ClusterBatch(is_atomic=True) instead.")
class Transaction(Batch):
    def __init__(self):
        super().__init__(is_atomic=True)