Rails 8 brings big improvements to real-time updates with Hotwire and ActionCable.In production, web traffic passes through load balancers and Kubernetes.Redis is no longer required for ActionCable, it can use the database (MySQL/PostgreSQL).Real-time updates in Rails 8 support database-backed pub/sub for ActionCable.