errorception / redis-lock

Implements a locking primitive using redis. An implementation of the algorithm described at https://redis.io/commands/setnx
211 stars 48 forks source link

node-redis 4.x support #33

Open syuilo opened 2 years ago

syuilo commented 2 years ago

Does this library support node-redis 4.x? If not, are there any plans to support it? Thanks for this great lib!

saschanaz commented 1 year ago

Already supported by 2d66fb3e7d46a086c32641c0f94cb6e897b27fbe, maybe this can be closed?