MK (fengmk2)
MK (fengmk2)
* **#11056** * **#11061** 👈 (View in Graphite) * **#11059** * **#10418** * **#10421** * **#10219** * **#11032** * **#10859** * **#10797** * **#10755** * `canary` ## How to use...
vitest 这种没法封装,还是提供在脚手架让应用层直接依赖
* **#11056** * **#11061** * **#11059** * **#10418** * **#10421** * **#10219** * **#11032** 👈 (View in Graphite) * **#10859** * **#10797** * **#10755** * `canary` ## How to use...
* **#11056** * **#11061** * **#11059** * **#10418** 👈 (View in Graphite) * **#10421** * **#10219** * **#11032** * **#10859** * **#10797** * **#10755** * `canary` ## How to use...
Is there any progress?
v3 是 @eggjs/redis,v2 是 egg-redis https://github.com/eggjs/redis/blob/master/CHANGELOG.md
@JohnnyYeen 感谢提醒,已经更新
Node.js >= 14.17.0 试试
感谢反馈,我会跟进修复
你的代码是自己初始化的?少了不少配置,需要加上 egg bin 依赖和 typescript true 配置。egg-ts-helper 不需要单独依赖 我的测试 ```json { "egg": { "typescript": true }, "scripts": { "dev": "egg-bin dev", "test": "egg-bin test" }, "dependencies": { "egg": "^4.0.0" },...