You've already forked node-redis
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:
committed by
GitHub
parent
5295926cc0
commit
048df302e4
@@ -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';
|
||||
|
Reference in New Issue
Block a user