Files
PaperPhone/server/node_modules/@redis/client/dist/lib/commands/FLUSHDB.d.ts
619dev 70982e58b1 init
2026-03-25 14:31:05 +08:00

4 lines
179 B
TypeScript

import { RedisFlushModes } from './FLUSHALL';
export declare function transformArguments(mode?: RedisFlushModes): Array<string>;
export declare function transformReply(): string;