Shared redis instance for cosnolidated viewer analytics for all apps

Hi All,
I am trying to build a single app viewer analytics report for all apps on server(dash enterprise).
I followed steps as per documentation & created redis instance but when I use same instance in another app to get all session data, it throws 104 error.
(104, ‘Connection reset by peer’)

It’s working fine for individual apps.
dua=dash_user_analytics.DashUserAnalytics(app, get_all_apps=True)

Hi All,
I am trying to build a single app viewer analytics report for all apps on server(dash enterprise).
I followed steps as per documentation & created redis instance but when I use same instance in another app to get all session data, it throws 104 error Visit Website
(104, ‘Connection reset by peer’)

It’s working fine for individual apps.
dua=dash_user_analytics.DashUserAnalytics(app, get_all_apps=True)

To resolve the “Connection reset by peer” error when trying to get all session data, ensure no port conflicts, verify Redis configuration, check network and firewall settings, and review logs for additional insights.