You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
export RediSearchSchema type (#1825)
* export RediSearchSchema type * export SearchOptions and SearchReply
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export { default } from './commands';
|
||||
|
||||
export { SchemaFieldTypes, SchemaTextFieldPhonetics } from './commands';
|
||||
export { RediSearchSchema, SchemaFieldTypes, SchemaTextFieldPhonetics, SearchReply } from './commands';
|
||||
export { AggregateSteps, AggregateGroupByReducers } from './commands/AGGREGATE';
|
||||
export { SearchOptions } from './commands/SEARCH';
|
Reference in New Issue
Block a user