A Redis-compatible in-memory key-value store written in Go.
- RESP protocol parsing and serialization
- Concurrency-safe storage
- Pluggable command dispatch (add a command in one line)
Supported commands: SET, GET, DEL, EXISTS, PING, ECHO
go run ./cmd/serverThe server listens on :6379 by default.