Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 325 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 325 Bytes

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