Skip to content

JustZyx/Cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Cache

Cache is a high performance local cache package written by golang which is inspired by Redis and LevelDB. You can see it as a redis with no client-server support.

Mainly used in the following scenarios:

  • In monolith, it can be used instead of redis, redis-server is no need.
  • In microservice, it can be used as L2 cache to reduce the pressure of L1 cache and DB, which can support more requests.

About

A local cache go package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published