-
Notifications
You must be signed in to change notification settings - Fork 249
FAQ
memcached is a high-performance in-memory data caching application.
spymemcached is a java client to access
EVCache App is a logical grouping of one or more memcached instances (servers). Each instance can be a
- EVCache Server (to be open sourced soon) running memcached and a Java sidecar app
- EC2 instance running memcached
- ElastiCache instance
- instance that can talk memcached protocol (eg. Couchbase, MemcacheDB)
Each app is associated with a name. Though it is not recommend, a memcached instance can be shared across multiple EVCache Apps.
EVCache client manages all the operations between an Java application and an EVCache App.
EVCache Server is an EC2 instance running an instances of memcached and a Java Sidecar application. The sidecar is responsible for interacting with Eureka, monitoring the memcached process and collecting and reporting performance data to the Servo. This will be Open Sources soon.
A Netflix Original Production
Tech Blog | Twitter @NetflixOSS | Twitter @EVCacheOSS | Jobs