-
Notifications
You must be signed in to change notification settings - Fork 827
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redis cluster cause Null Reference in Dashboard.Instances.cshtml #163
Comments
Just checking - you're on the |
@fdjy1234 pull latest and give it a try from overhaul please! |
i got overhaul and try. i get exception on line 23 in Helpers.cshtml, NullReferenceException line 23:
|
All of these symptoms point to a null node in the list...and I'm not sure how that's happening without setting up a cluster here. I'll try and find time to do so in the coming weeks. |
I've Redis clusters configured, 6 nodes cluster with 3 masters and 3 slaves
I'm getting a NullReference exception on line 199 in Opserver\Opserver\Views\Redis\Dashboard.Instances.cshtml
Line 199: @Helpers.PollNow(mastersWithSlaves.Union(mastersWithSlaves.SelectMany(s => s.GetAllSlavesInChain())))
my RedisSettings.json
The text was updated successfully, but these errors were encountered: