Configures Phoenix.PubSub.Redis adapter when clustering is enabled and REDIS_URL environment variable is set. This allows PubSub messages to be shared across Elixir nodes in a distributed deployment, enabling proper real-time updates in multi-node setups. - Add phoenix_pubsub_redis dependency (~> 3.0) - Configure Redis adapter in runtime.exs for production - Set pool size to 10 for better performance - Include node name in Redis configuration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| config.exs | ||
| dev.exs | ||
| prod.exs | ||
| runtime.exs | ||
| test.exs | ||