Fuego cache is a concurrent hashed key-value pair written 100% in Golang. Could run in 3 modes:
- TPC process
- HTTP server
- CLI
Just need to deploy the fuego instance locally or in a cloud provider and connect with a tcp client or as a web server. Need different "modes" if you need a TCP plain connection or a web server, just add it in the json config file, located in the root.
No further installation needed, just go get github.com/tomiok/fuego-cache
make build
make run
SID
EOY commit