You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
6 lines
161 B
TypeScript
6 lines
161 B
TypeScript
export function transformArguments(index: string): Array<string> {
|
|
return ['FT.SYNDUMP', index];
|
|
}
|
|
|
|
export declare function transformReply(): Array<string>;
|