Back to Ioredis

Interface ScanStreamOptions

docs/interfaces/ScanStreamOptions.html

6.0.0871 B
Original Source

Interface ScanStreamOptions

interface ScanStreamOptions {
count?: number;
match?: string;
noValues?: boolean;
type?: string;
}

Index

Properties

count?match?noValues?type?

Properties

Optional count

count?: number

Optional match

match?: string

Optional noValues

noValues?: boolean

Optional type

type?: string

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

On This Page

countmatchnoValuestype