Skip to content

Commit

Permalink
chore(docs): update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ggicci committed Dec 10, 2021
1 parent 6db779e commit 5ae4e94
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@

[![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)

**Distributed Locks implementation in Go**.
<div align="center">
<b>Distributed Locks</b> implementation in Go
<div>backed on</div>
<div>Redis, MySQL, PostgreSQL, etc.</div>
</div>

## Features

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

0 comments on commit 5ae4e94

Please sign in to comment.