Hacker News new | ask | show | jobs
by NautilusWave 4470 days ago
From what I can tell, edge caching occurs on AWS as well.

http://techblog.netflix.com/2013/06/announcing-zuul-edge-ser...

http://techblog.netflix.com/2012/01/ephemeral-volatile-cachi...

1 comments

I work at netflix.

zuul is used by the netflix API. It's not a cache. It's a request router.

EVCache is used internally for ephemeral systems data - things that would frequently go into mysql or cassandra but don't really need crash persistence.