unified-llm-client
    Preparing search index...

    Interface RedisScanIteratorOptions

    Redis scan options consumed by RedisSessionStore.

    interface RedisScanIteratorOptions {
        COUNT?: number;
        MATCH?: string;
    }
    Index

    Properties

    Properties

    COUNT?: number
    MATCH?: string