It seems the Beta Cluster is still configured with a JSON-formatted RCFeed pointing to a Redis. Presumably there is an RCStream instance as well.
Both should be decommissioned to match production.
// stream recent changes to redis $wgRCFeeds['redis'] = [ 'formatter' => 'JSONRCFeedFormatter', 'uri' => "redis://deployment-stream.eqiad.wmflabs:6379/rc.$wgDBname", ];