Skip to content

Commit d65a641

Browse files
authored
revert 1d8302c
1 parent 1d8302c commit d65a641

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/search/lib/commands/CREATE.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import { pushOptionalVerdictArgument } from '@redis/client/dist/lib/commands/generic-transformers';
22
import { RedisSearchLanguages, PropertyName, RediSearchSchema, pushSchema } from '.';
33

4-
export const FIRST_KEY_INDEX = 1;
5-
64
interface CreateOptions {
75
ON?: 'HASH' | 'JSON';
86
PREFIX?: string | Array<string>;

0 commit comments

Comments
 (0)