dld_backend/node_modules/@redis/search/dist/commands/DICTADD.d.ts
2025-10-30 12:13:02 +05:30

4 lines
240 B
TypeScript

import { RedisCommandArguments } from '@redis/client/dist/lib/commands';
export declare function transformArguments(dictionary: string, term: string | Array<string>): RedisCommandArguments;
export declare function transformReply(): number;