You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I tried running the http-server example and if redis is not connected and we try to call Redis.Ping() , it results in panic and exits the apllication
To Reproduce
Run the application without connecting database and providing redis configuration.
Hit the trace endpoint.
The error is
Expected behavior
Error log and no panic
The text was updated successfully, but these errors were encountered:
Describe the bug
I tried running the http-server example and if redis is not connected and we try to call Redis.Ping() , it results in panic and exits the apllication
To Reproduce
Run the application without connecting database and providing redis configuration.
Hit the trace endpoint.
The error is
Expected behavior
Error log and no panic
The text was updated successfully, but these errors were encountered: