You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
WIP
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { RedisCommandArguments } from '@redis/client/dist/lib/commands';
|
||||
import { pushVerdictArguments } from '@redis/client/dist/lib/commands/generic-transformers';
|
||||
import { pushVariadicArguments } from '@redis/client/dist/lib/commands/generic-transformers';
|
||||
import { Filter } from '.';
|
||||
|
||||
export const IS_READ_ONLY = true;
|
||||
|
||||
export function transformArguments(filter: Filter): RedisCommandArguments {
|
||||
return pushVerdictArguments(['TS.QUERYINDEX'], filter);
|
||||
return pushVariadicArguments(['TS.QUERYINDEX'], filter);
|
||||
}
|
||||
|
||||
export declare function transformReply(): Array<string>;
|
||||
|
Reference in New Issue
Block a user