From de48066c54d170d8f74a621959690e538264305b Mon Sep 17 00:00:00 2001 From: Zhima-Mochi Date: Wed, 24 Jan 2024 17:46:47 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55c154c..6a88a75 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ linkZapURL is a URL shortening service. It is a simple service that takes a long URL and returns a short URL. When a user visits the short URL, it will redirect to the long URL. ## Features -- Horizontal scalability -- Snowflake ID +- Horizontal scalability (sharding) +- Snowflake ID (timestamp + machineID + sequence) - Cache (including non-exist codes' requests) - base58 encoding