Skip to content

Commit 85e19aa

Browse files
authored
Reword disclaimer about production use (#62)
1 parent cefca53 commit 85e19aa

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@
77
The intent of this project is to provide a larger example of writing a Tokio
88
application.
99

10-
**Disclaimer** Don't even think about trying to use this in production... just
11-
don't.
10+
**Disclaimer** Please don't use mini-redis in production. This project is
11+
intended to be a learning resource, and omits various parts of the Redis
12+
protocol because implementing them would not introduce any new concepts. We will
13+
not add new features because you need them in your project — use one of the
14+
fully featured alternatives instead.
1215

1316
## Why Redis
1417

@@ -152,12 +155,6 @@ Contributions should come with extensive comments targetted to new Tokio users.
152155
Contributions that only focus on clarifying and improving comments are very
153156
welcome.
154157

155-
## FAQ
156-
157-
#### Should I use this in production?
158-
159-
No.
160-
161158
## License
162159

163160
This project is licensed under the [MIT license](LICENSE).

0 commit comments

Comments
 (0)