Y
Hacker News
new
|
ask
|
show
|
jobs
by
modal-soul
1732 days ago
If LiveView is backed by PubSub, then I think you can offload persistence to Redis.
1 comments
ramchip
1732 days ago
LiveView in its standard configuration does not use Redis, it uses built-in Erlang distribution. But you can use Redis if you want to or if direct connections between nodes aren't possible.
link