Skip to content
/ EVCache Public
forked from Netflix/EVCache

A distributed in-memory data store for the cloud

License

Notifications You must be signed in to change notification settings

smukil/EVCache

 
 

Repository files navigation

EVCache

Join the chat at https://gitter.im/Netflix/EVCache

EVCache is a memcached & spymemcached based caching solution that is mainly used for AWS EC2 infrastructure for caching frequently used data.

EVCache is an abbreviation for:

  • Ephemeral - The data stored is for a short duration as specified by its TTL (Time To Live).
  • Volatile - The data can disappear any time (Evicted).
  • Cache - An in-memory key-value store.

ScreenShot

About

A distributed in-memory data store for the cloud

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.6%
  • Shell 0.4%