danielstjules / redislock

Node distributed locking using redis
MIT License
110 stars 32 forks source link

chore: upgrades #14

Closed FauxFaux closed 3 years ago

FauxFaux commented 4 years ago

Upgrade bluebird, which doesn't require any changes:

None of the changes apply to us. http://bluebirdjs.com/docs/new-in-bluebird-3.html We are using promisify, but we are not using callback adaptors. nodeify has been renamed. The old name exists, but I thought I'd go for it.

Shake some deprecated dev dependencies out of the tree, too, while we're here.

FauxFaux commented 3 years ago

I've moved on to redlock, and then to a rewrite of redlock. https://github.com/mike-marcacci/node-redlock/pull/91