Supports promises, thanks to bluebird, out of the box: ```js const lock = require('ioredis-lock').createLock(client); const LockAcquisitionError = redislock.LockAcquisitionError; const LockReleaseError = redislock.LockReleaseError; ```
Supports promises, thanks to bluebird, out of the box: