We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea1316 commit 49b848bCopy full SHA for 49b848b
README.md
@@ -1,4 +1,8 @@
1
-# Logging
+# mini-redis
2
+
3
+`mini-redis` is a lightweight, idiomatic implementation of [Redis](https://redis.io) built with [tokio](https://tokio.rs).
4
5
+## Logging
6
7
`mini-redis` uses [`tracing`](https://github.com/tokio-rs/tracing) to provide structured logs. Debug logs can be displayed by running:
8
0 commit comments