jeckzang

Results 2 issues of jeckzang

### Issue I use promisify to create a getAsync function, and I use this function to get data from redis, some code like below: ` const getAsync = util.promisify(redisClient.GET).bind(redisClient); let...