File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 7
7
The intent of this project is to provide a larger example of writing a Tokio
8
8
application.
9
9
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.
12
15
13
16
## Why Redis
14
17
@@ -152,12 +155,6 @@ Contributions should come with extensive comments targetted to new Tokio users.
152
155
Contributions that only focus on clarifying and improving comments are very
153
156
welcome.
154
157
155
- ## FAQ
156
-
157
- #### Should I use this in production?
158
-
159
- No.
160
-
161
158
## License
162
159
163
160
This project is licensed under the [ MIT license] ( LICENSE ) .
You can’t perform that action at this time.
0 commit comments