Hacker News new | ask | show | jobs
by jimmy_ruska 2677 days ago
When you have an erlang distributed app and need caching without having the overhead of converting erlang terms then ETS is the best solution. That's not to say you would want to use ETS instead of redis from a java app.