/mini-go-redis

Simple redis implementation in golang

Primary LanguageGo

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 Persistence
  • AOF Rewrite
  • Support Concurrent Connections
  • PubSub
  • Replication

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