MCPcopy
hub / github.com/redis/ioredis / Options

Interface Options

lib/ScanStream.ts:3–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Readable, ReadableOptions } from "stream";
2
3interface Options extends ReadableOptions {
4 key?: string;
5 match?: string;
6 type?: string;
7 command: string;
8 redis: any;
9 count?: string | number;
10 noValues?: boolean;
11}
12
13/**
14 * Convenient class to convert the process of scanning keys to a readable stream.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…