mutex-lock-redis/README.md

16 lines
231 B
Markdown
Raw Permalink Normal View History

2025-01-10 00:17:29 +00:00
# mutex-lock-redis
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.1.43. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.