We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db98282 commit 028c30aCopy full SHA for 028c30a
src/services/MysqlCache.ts
@@ -1,4 +1,3 @@
1
-import { echo } from 'coa-echo'
2
import { CoaError } from 'coa-error'
3
import { $, _ } from 'coa-helper'
4
import { CoaRedis, RedisCache } from 'coa-redis'
@@ -171,7 +170,5 @@ export class MysqlCache<Scheme> extends MysqlNative<Scheme> {
171
170
})
172
173
await this.redisCache.mDelete(deleteIds)
174
- echo.grey(`REDIS:DeleteIds${deleteIds};`)
175
-
176
}
177
0 commit comments