We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac3fec commit bd9091aCopy full SHA for bd9091a
src/lib.rs
@@ -3,8 +3,8 @@
3
//! The primary goal of rustdis is to offer a straightforward and comprehensible implementation,
4
//! with no optimization techniques to ensure the code remains accessible and easy to understand.
5
//! As of now, rustdis focuses exclusively on implementing Redis' String data type and its
6
-//! associated methods. You can find more about Redis strings here: [Redis
7
-//! Strings](https://redis.io/docs/data-types/strings/).
+//! associated methods. You can find more about Redis strings here:
+//! [Redis Strings](https://redis.io/docs/data-types/strings/).
8
//!
9
//! # Architecture
10
0 commit comments