Home / node / Commands / type-aliases / HScanOptions @valkey/valkey-glide
@valkey/valkey-glide / Commands / HScanOptions
Type Alias: HScanOptions
HScanOptions =
BaseScanOptions
&object
Options specific to the HSCAN command, extending from the base scan options.
Type declaration
noValues?
readonly
optional
noValues:boolean
If true, the values of the fields are not included in the results. Supported from Valkey 8.0.0 and above.