Skip to content

Golang cache library/adapter with TTL implementation, key:value store using memory (Memcached), and Redis.

License

Notifications You must be signed in to change notification settings

pobyzaarif/go-cache

Repository files navigation

go-cache

Golang cache library/adapter with TTL implementation, key:value store using memory (Memcached), and Redis.

  • You can use memory cache when you run the app in a single machine/local env, temporary mode
  • Use Redis when you need persistent cache data

Implementation

Just take a look at the test file ( *_test.go )

Run test

go test -count=1 -coverprofile=coverage.out -coverpkg=./... && go tool cover -html=coverage.out -o cover.html

About

Golang cache library/adapter with TTL implementation, key:value store using memory (Memcached), and Redis.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages