UNPKG

redis-smq-common

Version:

RedisSMQ Common Library provides many components that are mainly used by RedisSMQ and RedisSMQ Monitor.

5 lines 243 B
import { async } from '../async/index.js'; export function withRedisClient(redisClient, operation, callback) { async.withCallback((cb) => redisClient.getSetInstance(cb), operation, callback); } //# sourceMappingURL=with-redis-client.js.map