Skip to content

hunter32292/cachego

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cachego

Very simple in memory cache written in Go

Build Status

Current project goals:

  • Accept request via HTTP requests
  • Emmit stats via a metrics endpoint
  • write to disk and store in memory

New Features!

  • REST endpoints for (Create,Show,Find,Delete)

Tech

cachego uses:

  • Mux - A powerful URL router and dispatcher for golang.

Installation

Dillinger requires GoLang v1.8+ to run. Install the dependencies and start the server.

$ go get -v -u github.com/gorilla/mux
$ go build -o cachego src/hunter32292.github.com/cachego/*.go
$ ./cachego

Development

Want to contribute? Great! Feel free to submit an issue! Feel free to pull down and submit a PR!

About

Very simple in memory cache written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages