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

4 lines
228 B
TypeScript

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