Skip to content

Commit

Permalink
updated README.md with redis information
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandreLamarre committed Jan 29, 2024
1 parent 583d3ad commit 92d9e65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ As apposed to standard single-host locking mechanisms, distributed locks can be
| :-------------------------------------------------------: | :----------------: | :-: | :-: | :-: | :-: | :-: |
| [Jetstream](https://docs.nats.io/nats-concepts/jetstream) | :white_check_mark: | :x: | :x: | :x: | :x: | :x: |
| [Etcd ](https://etcd.io/) | :white_check_mark: | :x: | :x: | :x: | :x: | :x: |
| [Redis ](https://redis.io/) | :white_check_mark: | :x: | :x: | :x: | :x: | :x: |

## Dlock specific guarantees

Expand All @@ -119,3 +120,4 @@ As apposed to standard single-host locking mechanisms, distributed locks can be

- [Distributed Lock Manager](https://en.wikipedia.org/wiki/Distributed_lock_manager). (n.d.). In Wikipedia. Retrieved from https://en.wikipedia.org/wiki/Distributed_lock_manager
- Kleppmann, Martin. "Designing Data-Intensive Applications." (2019).
- [Redis redlock algorithm](https://redis.io/docs/manual/patterns/distributed-locks/) from https://redis.io/docs/manual/patterns/distributed-locks/
4 changes: 2 additions & 2 deletions docs/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
## Backends

- [ ] Filesystem-based distributed locks using `flock`
- [ ] Redis support
- [x] Redis support
- [ ] Embedded raft / mini-raft support

## Testing
Expand All @@ -27,4 +27,4 @@
## Miscellaneous

- [ ] Examples folder for distributed lock usecases
- [ ] Internal metrics & traces
- [x] Server & internal metrics & traces instrumentation

0 comments on commit 92d9e65

Please sign in to comment.