Slide 70
Slide 70 text
However…
■ A better abstraction reveals
intention, for example,
Cachex vs GenServer + ETS
■ How does your deploy
work?
■ Shutdown and booting the
app will lose GenServer/
ETS data
■ Redis for the rescue
■ Discuss the right tool for
the job, compare the
tradeoffs
You might want to
use a specific
abstraction.