Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

mini-redis

A minimal Redis clone written in Go, implementing the RESP protocol over TCP with a thread-safe in‑memory store.
Supports PING, SET, GET, DEL and works with redis-cli out of the box.
Run: go run cmd/server/main.go (listens on :6379).
Test: redis-cli PINGPONG; redis-cli SET foo barOK; redis-cli GET foo"bar".
Concurrent clients are handled safely using sync.RWMutex.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages