1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-04 15:02:09 +03:00

Fix imports (#2929)

* fix: exports

align exports with v4 as much as possible

* document breaking changes

* export type

return SetOptions export
This commit is contained in:
Nikolay Karadzhov
2025-04-30 14:38:32 +03:00
committed by GitHub
parent 5295926cc0
commit 048df302e4
5 changed files with 39 additions and 15 deletions

View File

@@ -5,3 +5,4 @@ export {
} from './commands';
export { TIME_SERIES_AGGREGATION_TYPE, TimeSeriesAggregationType } from './commands/CREATERULE';
export { TIME_SERIES_BUCKET_TIMESTAMP, TimeSeriesBucketTimestamp } from './commands/RANGE';
export { TIME_SERIES_REDUCERS, TimeSeriesReducer } from './commands/MRANGE_GROUPBY';