1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

FT.CREATE - set FIRST_KEY_INDEX to 1 (#2440)

This commit is contained in:
Carl Hopf
2023-03-14 16:37:13 +00:00
committed by GitHub
parent ca1d04f2ba
commit 1d8302c9db

View File

@@ -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>;