We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8302c commit d65a641Copy full SHA for d65a641
packages/search/lib/commands/CREATE.ts
@@ -1,8 +1,6 @@
1
import { pushOptionalVerdictArgument } from '@redis/client/dist/lib/commands/generic-transformers';
2
import { RedisSearchLanguages, PropertyName, RediSearchSchema, pushSchema } from '.';
3
4
-export const FIRST_KEY_INDEX = 1;
5
-
6
interface CreateOptions {
7
ON?: 'HASH' | 'JSON';
8
PREFIX?: string | Array<string>;
0 commit comments