123
This commit is contained in:
3
node_modules/@redis/search/dist/commands/DICTDEL.d.ts
generated
vendored
Normal file
3
node_modules/@redis/search/dist/commands/DICTDEL.d.ts
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
import { RedisCommandArguments } from '@redis/client/dist/lib/commands';
|
||||
export declare function transformArguments(dictionary: string, term: string | Array<string>): RedisCommandArguments;
|
||||
export declare function transformReply(): number;
|
||||
Reference in New Issue
Block a user