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

https://github.com/aavision/gedis

The dumbest memory caching tools. It was created in 5 hours because I have some spare time!
https://github.com/aavision/gedis

Last synced: 3 months ago
JSON representation

The dumbest memory caching tools. It was created in 5 hours because I have some spare time!

Awesome Lists containing this project

README

          

# Gedis



**Gedis** is one of the dumbest memory caching tools. It was created in 5 hours because I have some spare time!

## Description :books:
Coming soon.

## Usage
- head to `gedis-server` folder and run `go run .` and then the server will run on port 9999.
- run `go run main.go` in the **root** directory.

## TO-DO :man_playing_handball:
- Add interactive CLI with colorable outputs.
- Add tests.
- Add security MTLS.
- Add dockerization.

## LICENSE :balance_scale:

This project is licensed under the MIT License. See the [LICENSE](https://github.com/AAVision/gedis/blob/main/LICENSE) file for details.