You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2026-01-12 11:03:15 +03:00
6 lines
139 B
TypeScript
6 lines
139 B
TypeScript
export function transformArguments(): Array<string> {
|
|
return ['FT._LIST'];
|
|
}
|
|
|
|
export declare function transformReply(): Array<string>;
|