From 4377c2173ebe9cdc2cf3220e31eaf96c0f3baebf Mon Sep 17 00:00:00 2001 From: Bruce Date: Sun, 17 Jul 2022 20:09:01 +0800 Subject: [PATCH] Update listpack.md see this issue: https://github.com/redis/redis/issues/10994 --- listpack.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/listpack.md b/listpack.md index 9f96608..1838668 100644 --- a/listpack.md +++ b/listpack.md @@ -183,8 +183,8 @@ and may be missing in the special case of the empty string. A few examples: - "\x40" -- The empty string - "\x45hello" -- The string "hello" + "\x80" -- The empty string + "\x85hello" -- The string "hello" Multi byte encodings ---