diff options
| author | alex <[email protected]> | 2026-07-12 15:02:31 +0200 |
|---|---|---|
| committer | alex <[email protected]> | 2026-07-12 15:02:31 +0200 |
| commit | f85fe9500eab013e4887dd726bdc34e78a58499f (patch) | |
| tree | 7eab264ed75895b82dfd5dc2fa34024a11378c00 | |
| parent | 6cb3313793bf45e197b3048f0abd2f600bf97bb5 (diff) | |
| download | redis-clone-f85fe9500eab013e4887dd726bdc34e78a58499f.tar.xz redis-clone-f85fe9500eab013e4887dd726bdc34e78a58499f.zip | |
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
