chore: add heading to readme (#12)

This commit is contained in:
Avery Harnish
2020-03-24 14:29:12 -05:00
committed by GitHub
parent 4ea1316aae
commit 49b848b805

View File

@@ -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: