1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00
This commit is contained in:
Leibale Eidelman
2023-03-17 09:52:30 -04:00
committed by GitHub
parent 1d8302c9db
commit d65a641b2d

View File

@@ -1,8 +1,6 @@
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>;