Hi. https://github.com/bustle/redis-loader/blob/94dea188e7e0972e284fdfc755815dba37f7179e/src/index.ts#L1 Looks like this is the only incompatible line: in the newest ioredis it needs to look like: ``` import * as Redis from "ioredis"; // <-- for ioredis v4 ```