Skip to content

levskiy0/go-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-cache

Golang cache using memory and redis.

install

go get github.com/owles/go-cache

Usage

cache, _ := NewMemory()
cache.Put("test", 1, NoExpiration)
// ...
test := cache.GetInt("test")

About

In memory and Redis cache

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages