Go to file
2025-01-10 01:20:21 +01:00
src make MutexOptions optional 2025-01-10 01:20:11 +01:00
test remove mutex options 2025-01-10 01:20:21 +01:00
.gitignore initial commit 2025-01-10 01:17:29 +01:00
biome.json initial commit 2025-01-10 01:17:29 +01:00
bun.lockb initial commit 2025-01-10 01:17:29 +01:00
index.ts initial commit 2025-01-10 01:17:29 +01:00
package.json initial commit 2025-01-10 01:17:29 +01:00
README.md initial commit 2025-01-10 01:17:29 +01:00
tsconfig.json initial commit 2025-01-10 01:17:29 +01:00

mutex-lock-redis

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.1.43. Bun is a fast all-in-one JavaScript runtime.