|
|
|
|
|
by joelbluminator
2230 days ago
|
|
> Why would you need an external service for that? It's adding complexity -- and likely hosting costs. We're also dependent on mysql, are you gonna implement that in Elixir as well? Redis is a great piece of software, and it's a real SHARED cache, so it could work for sessions or other small state management you sometimes want to remember for example. What you described won't work for that. |
|
Sessions work quite fine in Elixir's local cache as well. :)