egg-redis
egg-redis copied to clipboard
fix: typings of config, for multi cluster clients
Checklist
- [x]
npm test
passes - [x] tests and/or benchmarks are included
- [x] documentation is changed or added
- [x] commit message follows commit guidelines
Affected core subsystem(s)
index.d.ts
Description of change
multi cluster clients的类型支持
Codecov Report
Merging #32 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #32 +/- ##
=======================================
Coverage 84.09% 84.09%
=======================================
Files 4 4
Lines 44 44
=======================================
Hits 37 37
Misses 7 7
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 83d5404...ca78311. Read the comment docs.
@whxaxes any updates?
在 app/fixtures/apps/ts 里加相关 test case 看看