Hi! Thanks for a great module! :blush: Since version 2.0.0 async-redis is no longer working with typescript. it seems like tsc is loading src/index.d.ts file instead of src/index.js. Reproducible steps: 1. create a new project 2. create index.ts 3. install async-redis 4. write this line of code: `import { createClient } from 'async-redis';` 5. compile index.ts: `tsc index.ts` I am using typescript 4.3.2 version.