MurLock: A distributed locking solution for NestJS, providing a decorator for critical sections with Redis-based synchronization. Ideal for microservices and scalable applications.
BREAKING CHANGE:
Renamed registerSync to forRoot and registerAsync to forRootAsync. This aligns with standard module configuration terminology in NestJS. Users must update their code where registerSync and registerAsync were used to the new method names. This major change affects all implementations of the MurLockModule.
BREAKING CHANGE: Renamed registerSync to forRoot and registerAsync to forRootAsync. This aligns with standard module configuration terminology in NestJS. Users must update their code where registerSync and registerAsync were used to the new method names. This major change affects all implementations of the MurLockModule.