/go-aris

Simple in-memory database developed in Go, compatible with the Redis protocol. It offers similar functionalities to Redis, allowing easy integration into applications requiring efficient in-memory data handling.

Primary LanguageGo

Aris

Simple in-memory database fully compatible with Redis protocol.

Todo

  • Implement handlers for SET, GET, PING, HSET, HGET, HGETALL commands
  • Implement in-memory storage
  • Implement synchronization to file (for SET and HSET commands)
  • Add missing tests
  • Add CD pipeline
  • Add Dockerfile