@cpod/sdk - v0.2.7
    Preparing search index...

    Interface StorageOptions

    Storage options for set operations

    interface StorageOptions {
        ttl?: number;
        sync?: boolean;
    }
    Index

    Properties

    Properties

    ttl?: number

    Time-to-live in seconds (temp storage only)

    sync?: boolean

    Sync to backend (default: true)