From 6710216154871ea8e79d02fc0b736ba542b5d97f Mon Sep 17 00:00:00 2001 From: Yao Yue Date: Tue, 19 Dec 2023 14:27:14 -0800 Subject: [PATCH] update URL to segcache blogpost (#112) --- src/storage/segcache/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/segcache/src/lib.rs b/src/storage/segcache/src/lib.rs index b44d6361..e7088258 100644 --- a/src/storage/segcache/src/lib.rs +++ b/src/storage/segcache/src/lib.rs @@ -11,7 +11,7 @@ //! header. This reduces object metadata by 88% compared to Memcached. //! //! A blog post about the overall design can be found here: -//! +//! //! //! Goals: //! * high-throughput item storage