Update cache.js

This commit is contained in:
可达鸭 2025-02-12 00:34:41 +08:00
parent 8f14da56f0
commit c0e2d43bef

View File

@ -8,7 +8,7 @@ export class Cache {
constructor(p = {}) {
this._db = p.db
this._type = p.db.type || 'redis'
this._type = p.db.type || 'json'
this._category = p.category || 'config'
}