diff --git a/util/cache.js b/util/cache.js index 482a81b..0fe0572 100644 --- a/util/cache.js +++ b/util/cache.js @@ -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' }