From 85e19aa21a23914eb317647520e55e34c966dc30 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Sun, 16 Aug 2020 19:48:45 +0200 Subject: [PATCH] Reword disclaimer about production use (#62) --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8724ef1..0ec91df 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,11 @@ The intent of this project is to provide a larger example of writing a Tokio application. -**Disclaimer** Don't even think about trying to use this in production... just -don't. +**Disclaimer** Please don't use mini-redis in production. This project is +intended to be a learning resource, and omits various parts of the Redis +protocol because implementing them would not introduce any new concepts. We will +not add new features because you need them in your project — use one of the +fully featured alternatives instead. ## Why Redis @@ -152,12 +155,6 @@ Contributions should come with extensive comments targetted to new Tokio users. Contributions that only focus on clarifying and improving comments are very welcome. -## FAQ - -#### Should I use this in production? - -No. - ## License This project is licensed under the [MIT license](LICENSE).