Skip to content

Commit 5ae4e94

Browse files
committed
chore(docs): update README
1 parent 6db779e commit 5ae4e94

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22

33
[![Go](https://github.com/ggicci/distlock/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/ggicci/distlock/actions/workflows/go.yml) [![codecov](https://codecov.io/gh/ggicci/distlock/branch/main/graph/badge.svg?token=2MDBW1V2TI)](https://codecov.io/gh/ggicci/distlock) [![Go Reference](https://pkg.go.dev/badge/github.com/ggicci/distlock.svg)](https://pkg.go.dev/github.com/ggicci/distlock)
44

5-
**Distributed Locks implementation in Go**.
5+
<div align="center">
6+
<b>Distributed Locks</b> implementation in Go
7+
<div>backed on</div>
8+
<div>Redis, MySQL, PostgreSQL, etc.</div>
9+
</div>
610

711
## Features
812

913
1. Namespace (names in the same namespace are unique, default namespace is `"default"`)
1014
2. Auto/No expiration (auto-released after a specific time or never expire)
11-
3. Can work with multiple backends:
15+
3. Support multiple backends:
1216
- [x] Redis
1317
- [x] MySQL
1418
- [x] PostgreSQL

0 commit comments

Comments
 (0)