From f85fe9500eab013e4887dd726bdc34e78a58499f Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 12 Jul 2026 15:02:31 +0200 Subject: update readme --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 622011e..3df03f5 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A lightweight, concurrent key-value store built from scratch in Go. This project - **High Concurrency:** Uses data sharding to minimize lock contention. - **RESP Protocol:** Fully compatible with standard tools like `redis-cli`. - **Pub/Sub System:** Real-time message broadcasting for connected clients. +- **MULTI/EXEC:** Allows queue commands and then running them atomically. - **Modular Architecture:** Easy-to-extend command registry for adding new features. ## Quick Start -- cgit v1.2.3