{"library":"redfour","install":[{"cmd":"npm install redfour","imports":["import Lock from 'redfour'","const Lock = require('redfour')","const lock = new Lock({ redis: '...', namespace: 'test' });\nawait lock.acquireLock(id, ttl);\nawait lock.waitAcquireLock(id, ttl, timeout);\nawait lock.releaseLock(lockObj);"]},{"cmd":"yarn add redfour","imports":[]},{"cmd":"pnpm add redfour","imports":[]}]}