From f3e463383b170aefd1a0db1c59d2160fda98dd9c Mon Sep 17 00:00:00 2001 From: flowerinthenight Date: Thu, 30 Jan 2025 15:45:15 +0900 Subject: [PATCH] ci skip: Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a024955..442fc3b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ ## spindle A distributed locking library built on top of [Cloud Spanner](https://cloud.google.com/spanner/). It relies on Spanner's [TrueTime](https://cloud.google.com/spanner/docs/true-time-external-consistency) and [transactions](https://cloud.google.com/spanner/docs/transactions) support to achieve its locking mechanism. +Port(s): +* [spindle-cb](https://github.com/flowerinthenight/spindle-cb) - relies on [aws/clock-bound](https://github.com/aws/clock-bound) and PostgreSQL + Similar projects: * [DistributedLock](https://github.com/madelson/DistributedLock) - .NET * [Amazon DynamoDB Lock Client](https://github.com/awslabs/amazon-dynamodb-lock-client) - Java