Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hyman-m authored Sep 5, 2024
1 parent bd79fee commit cba410c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# redis-tools

[![Go Report Card](https://goreportcard.com/badge/github.com/zehuamama/redis-tools) ](https://goreportcard.com/report/github.com/zehuamama/redis-tools)![GitHub top language](https://img.shields.io/github/languages/top/zehuamama/redis-tools) ![GitHub](https://img.shields.io/github/license/zehuamama/balancer) [![CodeFactor](https://www.codefactor.io/repository/github/zehuamama/balancer/badge)](https://www.codefactor.io/repository/github/zehuamama/redis-tools) ![go_version](https://img.shields.io/badge/go%20version-1.19-yellow)
[![Go Report Card](https://goreportcard.com/badge/github.com/wanzoma/redis-tools)](https://goreportcard.com/report/github.com/wanzoma/redis-tools) ![GitHub top language](https://img.shields.io/github/languages/top/wanzoma/redis-tools) ![GitHub](https://img.shields.io/github/license/wanzoma/balancer) [![CodeFactor](https://www.codefactor.io/repository/github/wanzoma/balancer/badge)](https://www.codefactor.io/repository/github/wanzoma/redis-tools) ![go_version](https://img.shields.io/badge/go%20version-1.19-yellow)

redis-tools is a collection of redis tools, including `distributed lock`, `cas`, `casEx`, `cad` .

Expand All @@ -10,7 +10,7 @@ Fisrt, create a demo and import the redis-tools and redis client :
```shell
> go mod init demo

> go get github.com/zehuamama/redis-tools
> go get github.com/wanzoma/redis-tools
> go get github.com/go-redis/redis/v8
```

Expand Down

0 comments on commit cba410c

Please sign in to comment.