Skip to content

Releases: AmrSaber/simple-redis-mutex

v1.4.0

03 Sep 13:27
46f9cca
Compare
Choose a tag to compare
  • Add lock name in error when acquiring lock fails
  • Update related tests to expect lock name
  • Fix npm vulnerabilities (for dev dependencies)

V1.3.1

11 Dec 18:39
19ccd42
Compare
Choose a tag to compare

No new features or bug fixes for this release, it just updates the package's meta

V1.3.0

02 Dec 13:41
673b367
Compare
Choose a tag to compare

Support FIFO locking (first to wait first to acquire).

v1.2.0

06 Jul 20:29
794d68a
Compare
Choose a tag to compare

Support cluster type.

V1.1.0

10 Jun 22:20
bdd8eb9
Compare
Choose a tag to compare

Add typescript types for package interface.

V1.0.3

01 May 03:15
c28ceb5
Compare
Choose a tag to compare

Updates

  • Fix bug #6.
  • Update packages.
  • Update Github actions and add a new action to auto-release with merge on master.