Skip to content

chthonn/mini-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

Packages

Contributors

Languages