Skip to content

Commit

Permalink
FT.CREATE - set FIRST_KEY_INDEX to 1 (#2440)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhopf committed Mar 14, 2023
1 parent ca1d04f commit 1d8302c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/search/lib/commands/CREATE.ts
@@ -1,6 +1,8 @@
import { pushOptionalVerdictArgument } from '@redis/client/dist/lib/commands/generic-transformers';
import { RedisSearchLanguages, PropertyName, RediSearchSchema, pushSchema } from '.';

export const FIRST_KEY_INDEX = 1;

interface CreateOptions {
ON?: 'HASH' | 'JSON';
PREFIX?: string | Array<string>;
Expand Down

0 comments on commit 1d8302c

Please sign in to comment.