diff options
Diffstat (limited to 'README.md')
| -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 |
