Skip to content

Commit

Permalink
Reword disclaimer about production use (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn authored Aug 16, 2020
1 parent cefca53 commit 85e19aa
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit 85e19aa

Please sign in to comment.