Skip to content

A simple, performant distributed cache service built in Go

Notifications You must be signed in to change notification settings

dblclik/EasyCache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyCache

caching made easy

Local Testing

  1. Clone EasyCache repo
  2. cd EasyCache
  3. go run . (service will listen on localhost:1323 by default)
  4. Test routes (/health, GET /cache, POST /cache)

TODO List

  • Implement DLL + Updating
  • Add tests for existing functions
  • Consider adding auth module
  • Add env file for config variables
  • Add Config Vars to HEALTH
  • Enable resource updates on CONFIG vars (that can be changed)
  • Start time tracking for all actions + logging these

About

A simple, performant distributed cache service built in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published