redis-smq-common
Version:
RedisSMQ Common Library provides many components that are mainly used by RedisSMQ and RedisSMQ Monitor.
8 lines • 373 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.withRedisClient = withRedisClient;
const index_js_1 = require("../async/index.js");
function withRedisClient(redisClient, operation, callback) {
index_js_1.async.withCallback((cb) => redisClient.getSetInstance(cb), operation, callback);
}
//# sourceMappingURL=with-redis-client.js.map