From 4622c7844519da7a7b197350550c55deb1590cf2 Mon Sep 17 00:00:00 2001 From: Alvin Rizki <4lvin.rizki@gmail.com> Date: Wed, 2 Oct 2019 00:49:31 +0700 Subject: [PATCH] update redis-lock deprecated repository link (#2751) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d2af2bf..84315587 100644 --- a/README.md +++ b/README.md @@ -582,7 +582,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [pglock](https://cirello.io/pglock) - PostgreSQL-backed distributed locking implementation. * [raft](https://github.com/hashicorp/raft) - Golang implementation of the Raft consensus protocol, by HashiCorp. * [raft](https://github.com/coreos/etcd/tree/master/raft) - Go implementation of the Raft consensus protocol, by CoreOS. -* [redis-lock](https://github.com/bsm/redis-lock) - Simplified distributed locking implementation using Redis. +* [redis-lock](https://github.com/bsm/redislock) - Simplified distributed locking implementation using Redis. * [resgate](https://resgate.io/) - Realtime API Gateway for building REST, real time, and RPC APIs, where all clients are synchronized seamlessly. * [ringpop-go](https://github.com/uber/ringpop-go) - Scalable, fault-tolerant application-layer sharding for Go applications. * [rpcx](https://github.com/smallnest/rpcx) - Distributed pluggable RPC service framework like alibaba Dubbo.