https://github.com/Netflix/EVCache
A distributed in-memory data store for the cloud
https://github.com/Netflix/EVCache
Last synced: 16 days ago
JSON representation
A distributed in-memory data store for the cloud
- Host: GitHub
- URL: https://github.com/Netflix/EVCache
- Owner: Netflix
- License: apache-2.0
- Created: 2013-02-08T22:52:57.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-18T20:13:16.000Z (28 days ago)
- Last Synced: 2025-03-26T22:01:53.723Z (20 days ago)
- Language: Java
- Homepage:
- Size: 2.92 MB
- Stars: 2,092
- Watchers: 500
- Forks: 247
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-systools - EVCache - memory data store for the cloud (Caching / Controllers)
- awesome-dataops - EVCache - A distributed in-memory data store for the cloud. (Database / Key-Value Database)
- awesome-hacking-lists - Netflix/EVCache - A distributed in-memory data store for the cloud (Java)
README
EVCache
=======[](https://gitter.im/Netflix/EVCache?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
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.[](http://www.slideshare.net/ShashiShekarMadappa/evcache-at-netflix)