UNPKG

tedis2

Version:

redis client for node.js with typescript and async

7 lines (6 loc) 374 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tedis_1 = require("./core/tedis"); Object.defineProperty(exports, "Tedis", { enumerable: true, get: function () { return tedis_1.Tedis; } }); var pool_1 = require("./core/pool"); Object.defineProperty(exports, "TedisPool", { enumerable: true, get: function () { return pool_1.TedisPool; } });