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

4 lines
198 B
TypeScript

import { RedisCommandArgument, RedisCommandArguments } from '.';
export declare function transformArguments(): RedisCommandArguments;
export declare function transformReply(): RedisCommandArgument;