felanios / murlock

MurLock: A distributed locking solution for NestJS, providing a decorator for critical sections with Redis-based synchronization. Ideal for microservices and scalable applications.
https://www.npmjs.com/package/murlock
MIT License
62 stars 1 forks source link

[Adapter] Support mongodb adapter #43

Closed revskill10 closed 3 months ago

revskill10 commented 4 months ago

In my current hosting environment, there's only mongodb support.

Is it possible for you to add support for Mongodb ?

felanios commented 3 months ago

Hello @revskill10, currently it is not possible. One of the purposes of Murlock is to be atomic and fast, so I chose redis.