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!
- Host: GitHub
- URL: https://github.com/aavision/gedis
- Owner: AAVision
- License: mit
- Created: 2025-06-09T21:47:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-09T21:54:25.000Z (7 months ago)
- Last Synced: 2025-06-09T22:31:30.722Z (7 months ago)
- Language: Go
- Size: 0 Bytes
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.