Files
backend_task/node_modules/@redis/client/dist/lib/commands/FLUSHALL.d.ts
T
2025-02-11 15:06:41 +01:00

7 lines
212 B
TypeScript

export declare enum RedisFlushModes {
ASYNC = "ASYNC",
SYNC = "SYNC"
}
export declare function transformArguments(mode?: RedisFlushModes): Array<string>;
export declare function transformReply(): string;