summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2020-04-15 15:30:03 -0700
committerGitHub <noreply@github.com>2020-04-15 15:30:03 -0700
commit8381dff39b845bc3b74c5e5c1c7ce78e39c34fe2 (patch)
tree48afdd04b75ec0dedef0726833b8788b6f3e4f85 /examples
parent9553355c2709235686030bb1a299dc83a053347c (diff)
chore: link mini-redis in examples (#2407)
Diffstat (limited to 'examples')
-rw-r--r--examples/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md
index 8217d4c6..15b06c09 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -13,8 +13,11 @@ A good starting point for the examples would be [`hello_world`](hello_world.rs)
and [`echo`](echo.rs). Additionally [the tokio website][tokioweb] contains
additional guides for some of the examples.
+For a larger "real world" example, see the [`mini-redis`][redis] repository.
+
If you've got an example you'd like to see here, please feel free to open an
issue. Otherwise if you've got an example you'd like to add, please feel free
to make a PR!
[tokioweb]: https://tokio.rs/docs/overview/
+[redis]: https://github.com/tokio-rs/mini-redis