@valkey/valkey-glide
    Preparing search index...

    Type Alias ZScanOptions

    ZScanOptions: BaseScanOptions & { noScores?: boolean }

    Options specific to the ZSCAN command, extending from the base scan options.

    Type Declaration

    • Optional ReadonlynoScores?: boolean

      If true, the scores are not included in the results. Supported from Valkey 8.0.0 and above.