edgeport - v1.0.6
    Preparing search index...

    Interface RedisScanOptions

    interface RedisScanOptions {
        count?: number;
        match?: string;
        type?: string;
    }
    Index
    count?: number

    Hint for how many keys to examine per round trip (COUNT).

    match?: string

    Glob-style pattern to match keys against (MATCH).

    type?: string

    Only return keys of this type (TYPE), e.g. 'string' or 'hash'.