Skip to content

Commit 422be44

Browse files
committed
export type
return SetOptions export
1 parent b2fe7e9 commit 422be44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/client/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ export const createSentinel = RedisSentinel.create;
2222

2323
export { GEO_REPLY_WITH, GeoReplyWith } from './lib/commands/GEOSEARCH_WITH';
2424

25-
// export { SetOptions } from './lib/commands/SET';
25+
export { SetOptions } from './lib/commands/SET';
2626

2727
export { REDIS_FLUSH_MODES } from './lib/commands/FLUSHALL';

packages/time-series/lib/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ export {
55
} from './commands';
66
export { TIME_SERIES_AGGREGATION_TYPE, TimeSeriesAggregationType } from './commands/CREATERULE';
77
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';

0 commit comments

Comments
 (0)