Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/odudek/go-aris
- Owner: ODudek
- Created: 2023-12-13T14:30:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-13T19:25:01.000Z (11 months ago)
- Last Synced: 2023-12-13T22:07:32.639Z (11 months ago)
- Topics: database, db, golang, in-memory, inmemory
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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