123
This commit is contained in:
7
node_modules/@redis/client/dist/lib/commands/BGSAVE.d.ts
generated
vendored
Normal file
7
node_modules/@redis/client/dist/lib/commands/BGSAVE.d.ts
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
import { RedisCommandArgument, RedisCommandArguments } from '.';
|
||||
interface BgSaveOptions {
|
||||
SCHEDULE?: true;
|
||||
}
|
||||
export declare function transformArguments(options?: BgSaveOptions): RedisCommandArguments;
|
||||
export declare function transformReply(): RedisCommandArgument;
|
||||
export {};
|
||||
Reference in New Issue
Block a user