Hacker News new | ask | show | jobs
by pdimitar 2228 days ago
Both are not equal at all. Redis you can definitely do without. A database you can't skip in most apps.

Sessions work quite fine in Elixir's local cache as well. :)

1 comments

> Redis you can definitely do without.

This seems to suggest otherwise https://hex.pm/packages/redix, Why is the redis client is so popular in Elixir world? For such a small community 3+ million downloads is huge.

Hint: it's most likely habit.

It's no accident that there's even a library that emulates OOP patterns in Elixir.