Skip to content

mohamed25-dev/mini-go-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-go-redis

a simple Redis server implementation, designed for learning Golang and understanding the inner workings of Redis.

Commands

  • PING

  • ECHO

  • GET

  • SET

  • DEL

  • HGET

  • HGETALL

  • HSET

  • INCR

  • DECR

Features

  • AOF persistency
  • PubSub
  • Replication

Stay tuned for upcoming updates and improvements to mini-go-redis 🚀

About

Simple redis implementation in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages