From 6d22d4dab0eb51fe722f8027658998a2b9b8a73d Mon Sep 17 00:00:00 2001 From: U Cirello Date: Tue, 8 Jan 2019 12:37:02 +0100 Subject: [PATCH] Add cirello.io/pglock (#2302) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f994bac8..113df3bf 100644 --- a/README.md +++ b/README.md @@ -484,6 +484,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [KrakenD](https://github.com/devopsfaith/krakend) - Ultra performant API Gateway framework with middlewares. * [micro](https://github.com/micro/micro) - Pluggable microservice toolkit and distributed systems platform. * [NATS](https://github.com/nats-io/gnatsd) - Lightweight, high performance messaging system for microservices, IoT, and cloud native systems. +* [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.