dld_backend/node_modules/@redis/client/dist/lib/commands/FLUSHDB.d.ts
2025-10-30 12:13:02 +05:30

4 lines
179 B
TypeScript

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