promise-redis-client
This is a promise style library to use redis client. It based on the Node.js promisify, so you must use it when your node.js greater than Node.js 8.
Usage
const redis = const client = redisclient// or you can use it in async function with await { await client}
Test
npm run test