node-redlock
Version:
A distributed locking algorithm used to manage distributed resources in a system.
31 lines (18 loc) • 620 B
text/troff
Create a `CHANGELOG.md` file in the root of your project:
```markdown
Changelog
All notable changes to this project will be documented in this file.
# [Unreleased]
## Added
- Initial implementation of Redlock compatible with `ioredis` and `redisjs`.
- Mocha tests for the Redlock implementation.
- ESLint configuration for code quality checks.
# [1.0.0] - 2024-05-31
## Added
- Initial release of Redlock implementation.
# [2.0.0] - 2024-05-31
## Added
- Working implementation of RedLock.
# [2.2.0] - 2025-01-01
## Added
- Added features for renewLock and acquire lock with custom retry stratergy