Main changes:
1) Updated ioredis dependency to v5
2) Fixed types to work with ioredis v5
3) Replaced bluebird with setTimeout
4) Updated Readme to mention ioredis v5
5) Updated comments that were wrong
P.S. I'm not a pnpm user, so after installing latest pnpm and updating ioredis to v5, pnpm simply decided to ignore pnpm-lock file (due to old lock file version) and updated all the deps together with ioredis... :-/ I hope that's fine.
Fixes https://github.com/microfleet/ioredis-lock/issues/20
Main changes: 1) Updated ioredis dependency to v5 2) Fixed types to work with ioredis v5 3) Replaced
bluebird
with setTimeout 4) Updated Readme to mention ioredis v5 5) Updated comments that were wrongP.S. I'm not a
pnpm
user, so after installing latestpnpm
and updatingioredis
to v5,pnpm
simply decided to ignore pnpm-lock file (due to old lock file version) and updated all the deps together with ioredis... :-/ I hope that's fine.