We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FT.CREATE
FIRST_KEY_INDEX
1
1 parent ca1d04f commit 1d8302cCopy full SHA for 1d8302c
1 file changed
packages/search/lib/commands/CREATE.ts
@@ -1,6 +1,8 @@
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