Skip to content

glide_sync.sync_commands.cluster_scan_cursor

ClusterScanCursor

Bases: ClusterScanCursor

ClusterScanCursor using the sync package's FFI instance.

Source code in doc-gen/valkey-glide/python/glide-sync/glide_sync/sync_commands/cluster_scan_cursor.py
 7
 8
 9
10
11
class ClusterScanCursor(_ClusterScanCursorBase):
    """ClusterScanCursor using the sync package's FFI instance."""

    def __init__(self, new_cursor=None):
        super().__init__(new_cursor, _ffi=_SYNC_FFI.ffi, _lib=_SYNC_FFI.lib)