From 5ae4e94267ea60e6c68894887ec32bb18439e022 Mon Sep 17 00:00:00 2001 From: Ggicci Date: Fri, 10 Dec 2021 16:53:36 +0800 Subject: [PATCH] chore(docs): update README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 520572d..f6d8696 100644 --- a/README.md +++ b/README.md @@ -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**. +
+ Distributed Locks implementation in Go +
backed on
+
Redis, MySQL, PostgreSQL, etc.
+
## 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