You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
FT.CREATE
- set FIRST_KEY_INDEX
to 1
(#2440)
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
import { pushOptionalVerdictArgument } from '@redis/client/dist/lib/commands/generic-transformers';
|
import { pushOptionalVerdictArgument } from '@redis/client/dist/lib/commands/generic-transformers';
|
||||||
import { RedisSearchLanguages, PropertyName, RediSearchSchema, pushSchema } from '.';
|
import { RedisSearchLanguages, PropertyName, RediSearchSchema, pushSchema } from '.';
|
||||||
|
|
||||||
|
export const FIRST_KEY_INDEX = 1;
|
||||||
|
|
||||||
interface CreateOptions {
|
interface CreateOptions {
|
||||||
ON?: 'HASH' | 'JSON';
|
ON?: 'HASH' | 'JSON';
|
||||||
PREFIX?: string | Array<string>;
|
PREFIX?: string | Array<string>;
|
||||||
|
Reference in New Issue
Block a user