From 49b848b805b8dc21ad9614de9e26c794259a2fca Mon Sep 17 00:00:00 2001 From: Avery Harnish Date: Tue, 24 Mar 2020 14:29:12 -0500 Subject: [PATCH] chore: add heading to readme (#12) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d587cc..083d5d5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# Logging +# mini-redis + +`mini-redis` is a lightweight, idiomatic implementation of [Redis](https://redis.io) built with [tokio](https://tokio.rs). + +## Logging `mini-redis` uses [`tracing`](https://github.com/tokio-rs/tracing) to provide structured logs. Debug logs can be displayed by running: