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

4 lines
198 B
TypeScript

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