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