Go to file
2025-01-10 18:25:59 +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 add .npmrc to gitignore 2025-01-10 15:59:09 +01:00
.npmignore bump version, add .npmignore 2025-01-10 15:55:50 +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 change package name 2025-01-10 18:25:59 +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.