egg-redis icon indicating copy to clipboard operation
egg-redis copied to clipboard

fix: typings of config, for multi cluster clients

Open taosher opened this issue 4 years ago • 3 comments

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的类型支持

taosher avatar Jul 06 '20 03:07 taosher

Codecov Report

Merging #32 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           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.

codecov[bot] avatar Jul 06 '20 03:07 codecov[bot]

@whxaxes any updates?

taosher avatar Jul 29 '20 09:07 taosher

在 app/fixtures/apps/ts 里加相关 test case 看看

whxaxes avatar Aug 05 '20 06:08 whxaxes