mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-07-03 00:14:39 +08:00
7 lines
212 B
TypeScript
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;
|