Closed aabrams closed 7 years ago
yep, no longer supported. you can install earlier versions with support for it
OK, using 2.x for now. thanks!
I'm also locked to 2.x cause of using node v4 Can you update to the latest ioredis for 2.x @AVVS ?
yes, I'll make a separate branch for this
Great @AVVS waiting for this...
another issue is you are defining ioredis 1.x in peerDependencies! That's locking my module to use ioredis 2.x! Ain't it better to add it to optionalDependencies or simply dependencies?
Or even upgrade to ioredis 2.x version dependency.
node v4 support now has a PR in #8
Fixed thanks to @bkw, version is published under @legacy
tag in npm, do npm i ioredis-lock@legacy -S
to get it, mentioned this on the master README and added an extra note regarding branch where it is developed
Uses es6 syntax not available on 4.x