File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ export const createSentinel = RedisSentinel.create;
22
22
23
23
export { GEO_REPLY_WITH , GeoReplyWith } from './lib/commands/GEOSEARCH_WITH' ;
24
24
25
- // export { SetOptions } from './lib/commands/SET';
25
+ export { SetOptions } from './lib/commands/SET' ;
26
26
27
27
export { REDIS_FLUSH_MODES } from './lib/commands/FLUSHALL' ;
Original file line number Diff line number Diff line change 5
5
} from './commands' ;
6
6
export { TIME_SERIES_AGGREGATION_TYPE , TimeSeriesAggregationType } from './commands/CREATERULE' ;
7
7
export { TIME_SERIES_BUCKET_TIMESTAMP , TimeSeriesBucketTimestamp } from './commands/RANGE' ;
8
- export { TIME_SERIES_REDUCERS } from './commands/MRANGE_GROUPBY' ;
8
+ export { TIME_SERIES_REDUCERS , TimeSeriesReducer } from './commands/MRANGE_GROUPBY' ;
You can’t perform that action at this time.
0 commit comments