Skip to content
/ go-aris Public

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.

Notifications You must be signed in to change notification settings

ODudek/go-aris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages