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

    Type Alias HScanOptions

    HScanOptions: BaseScanOptions & { noValues?: boolean }

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

    Type Declaration

    • Optional ReadonlynoValues?: boolean

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