From fcfd6009d4923ad566699c43b66f0ccd3f4d3839 Mon Sep 17 00:00:00 2001
From: Daniel Mai
Date: Thu, 15 Apr 2021 16:35:08 -0700
Subject: [PATCH 1/5] docs(README): Ristretto is production ready.
---
README.md | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f73189f3..6a255d7c 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ cache in [Dgraph][].
## Status
-Ristretto is usable but still under active development. We expect it to be production ready in the near future.
+Ristretto is production ready. See [Projects using Ristretto](#projects-using-ristretto).
## Table of Contents
@@ -198,6 +198,13 @@ of RAM.
+## Projects Using Ristretto
+
+Below is a list of known projects that use Ristretto:
+
+- [Badger](https://github.com/dgraph-io/badger) - Embeddable key-value DB in Go.
+- [Dgraph](https://github.com/dgraph-io/dgraph) - Horizontally scalable and distributed GraphQL database with a graph backend
+
## FAQ
### How are you achieving this performance? What shortcuts are you taking?
From 54fb1e067907199419244a9d132af998d357e7dd Mon Sep 17 00:00:00 2001
From: Daniel Mai
Date: Thu, 15 Apr 2021 16:36:14 -0700
Subject: [PATCH 2/5] docs: Add header.
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 6a255d7c..56f08b85 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,7 @@ Ristretto is production ready. See [Projects using Ristretto](#projects-using-ri
* [Mixed](#Mixed)
* [Read](#Read)
* [Write](#Write)
+* [Projects using Ristretto](#projects-using-ristretto)
* [FAQ](#FAQ)
## Usage
From 98262f8664cfa0dd2e3674dba4662fe5ed704d72 Mon Sep 17 00:00:00 2001
From: Daniel Mai
Date: Thu, 15 Apr 2021 16:37:36 -0700
Subject: [PATCH 3/5] docs: Add Vitess.
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 56f08b85..124ff2ba 100644
--- a/README.md
+++ b/README.md
@@ -205,6 +205,7 @@ Below is a list of known projects that use Ristretto:
- [Badger](https://github.com/dgraph-io/badger) - Embeddable key-value DB in Go.
- [Dgraph](https://github.com/dgraph-io/dgraph) - Horizontally scalable and distributed GraphQL database with a graph backend
+- [Vitess](https://github.com/vitessio/vitess) - database clustering system for horizontal scaling of MySQL
## FAQ
From bb5758b9f238470b58a86786735d8905ae13551b Mon Sep 17 00:00:00 2001
From: Daniel Mai
Date: Thu, 15 Apr 2021 16:39:38 -0700
Subject: [PATCH 4/5] chore: Remove period in list item.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 124ff2ba..da98732c 100644
--- a/README.md
+++ b/README.md
@@ -203,7 +203,7 @@ of RAM.
Below is a list of known projects that use Ristretto:
-- [Badger](https://github.com/dgraph-io/badger) - Embeddable key-value DB in Go.
+- [Badger](https://github.com/dgraph-io/badger) - Embeddable key-value DB in Go
- [Dgraph](https://github.com/dgraph-io/dgraph) - Horizontally scalable and distributed GraphQL database with a graph backend
- [Vitess](https://github.com/vitessio/vitess) - database clustering system for horizontal scaling of MySQL
From d5232dbf802742c3b566bfcc0baa13cd02b4c0a9 Mon Sep 17 00:00:00 2001
From: Daniel Mai
Date: Thu, 15 Apr 2021 16:44:21 -0700
Subject: [PATCH 5/5] fix: grammar.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index da98732c..f4bb28cd 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ cache in [Dgraph][].
## Status
-Ristretto is production ready. See [Projects using Ristretto](#projects-using-ristretto).
+Ristretto is production-ready. See [Projects using Ristretto](#projects-using-ristretto).
## Table of Contents