Skip to content

Netflix/EVCache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0d70ad4 · Jun 24, 2016
Feb 13, 2013
May 14, 2016
Jun 24, 2016
May 4, 2016
Jan 29, 2016
Mar 3, 2016
Oct 11, 2012
Mar 8, 2016
May 28, 2016
Apr 2, 2012
Dec 11, 2015
Mar 15, 2016
Mar 1, 2016
Apr 21, 2016
Jan 29, 2016
Jan 29, 2016
Aug 17, 2012
Apr 21, 2016
May 4, 2016

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