go-fast-cache

Default cfg

export SERVER_PORT=8080
export CACHE_IN_MINUTE=10
export CACHE_PURGE_IN_MINUTE=5

Local Testing

Prerequisites

Steps

1. Clone repository
2. Goto repo directory
3. Run Command : go get
4. Run Command :  go run main.go
  • Note: You can change environment variables as per your requirements.