We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2fe7e9 commit 422be44Copy full SHA for 422be44
packages/client/index.ts
@@ -22,6 +22,6 @@ export const createSentinel = RedisSentinel.create;
22
23
export { GEO_REPLY_WITH, GeoReplyWith } from './lib/commands/GEOSEARCH_WITH';
24
25
-// export { SetOptions } from './lib/commands/SET';
+export { SetOptions } from './lib/commands/SET';
26
27
export { REDIS_FLUSH_MODES } from './lib/commands/FLUSHALL';
packages/time-series/lib/index.ts
@@ -5,4 +5,4 @@ export {
5
} from './commands';
6
export { TIME_SERIES_AGGREGATION_TYPE, TimeSeriesAggregationType } from './commands/CREATERULE';
7
export { TIME_SERIES_BUCKET_TIMESTAMP, TimeSeriesBucketTimestamp } from './commands/RANGE';
8
-export { TIME_SERIES_REDUCERS } from './commands/MRANGE_GROUPBY';
+export { TIME_SERIES_REDUCERS, TimeSeriesReducer } from './commands/MRANGE_GROUPBY';
0 commit comments