Skip to content

Netflix/EVCache

Folders and files

NameName
Last commit message
Last commit date
Feb 13, 2013
Jul 23, 2017
Mar 18, 2021
Mar 23, 2021
Mar 18, 2021
Mar 18, 2021
May 29, 2020
Mar 10, 2021
Mar 3, 2016
Mar 10, 2021
Mar 10, 2021
Mar 8, 2016
Mar 10, 2021
Apr 2, 2012
Dec 11, 2015
Mar 15, 2016
Mar 18, 2021
Mar 10, 2021
Jan 29, 2016
Feb 20, 2018
Feb 20, 2018
Mar 10, 2021
Jul 23, 2017
Jan 2, 2020

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