@myria/redis-js
Version: 
Interact with redis cache follow CQRS pattern
8 lines • 718 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Config = exports.RedisService = void 0;
const config_1 = require("./config");
Object.defineProperty(exports, "Config", { enumerable: true, get: function () { return config_1.Config; } });
const service_1 = require("./service");
Object.defineProperty(exports, "RedisService", { enumerable: true, get: function () { return service_1.RedisService; } });
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEscUNBQWtDO0FBR1gsdUZBSGQsZUFBTSxPQUdjO0FBRjdCLHVDQUF5QztBQUVoQyw2RkFGQSxzQkFBWSxPQUVBIn0=