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
Hey! Trying to set this up for the first time, unfortunately have to inject a bunch of prints in the code to understand what is going wrong.
In the first case, it seems like the addr is not being populated with localhost by default, and when we are unable to connect, there is no error being printed (I wasn't even able to load zone information).
Noticed then that the main example configuration is not working:
redis example.com {
}
This case never parses the parameters inside, it works if we just use
redis {
}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey! Trying to set this up for the first time, unfortunately have to inject a bunch of prints in the code to understand what is going wrong.
In the first case, it seems like the addr is not being populated with localhost by default, and when we are unable to connect, there is no error being printed (I wasn't even able to load zone information).
Noticed then that the main example configuration is not working:
This case never parses the parameters inside, it works if we just use
The text was updated successfully, but these errors were encountered: