UNPKG

aedes-persistence-cassandra

Version:
6 lines (5 loc) 312 B
"use strict"; const { CallBackPersistence } = require("aedes-cached-persistence/callBackPersistence.js"); const AsyncPersistence = require("./asyncPersistence.js"); const asyncInstanceFactory = (opts) => new AsyncPersistence(opts); module.exports = (opts) => new CallBackPersistence(asyncInstanceFactory, opts);