aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoralex <[email protected]>2026-07-12 15:02:31 +0200
committeralex <[email protected]>2026-07-12 15:02:31 +0200
commitf85fe9500eab013e4887dd726bdc34e78a58499f (patch)
tree7eab264ed75895b82dfd5dc2fa34024a11378c00 /README.md
parent6cb3313793bf45e197b3048f0abd2f600bf97bb5 (diff)
downloadredis-clone-f85fe9500eab013e4887dd726bdc34e78a58499f.tar.xz
redis-clone-f85fe9500eab013e4887dd726bdc34e78a58499f.zip
update readmeHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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