Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/odudek/go-aris

This project is a 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.
https://github.com/odudek/go-aris

database db golang in-memory inmemory

Last synced: about 1 month ago
JSON representation

This project is a 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.

Awesome Lists containing this project

README

        

# 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