You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
revert 1d8302c9db
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
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