We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in my config/config.exs,i change the host address to remote address, but it does not take effect,what else do I need to modify?
config :my_app, MyApp.RedisCache, conn_opts: [ # Redix options host: "127.0.0.1", // change host is invalid port: 6379 ]
The text was updated successfully, but these errors were encountered:
Sorry for the lateness, can you provide more info about the error you get when the remote address is set to the host option?
host
Sorry, something went wrong.
Closing this issue since there hasn't been any feedback, please feel free to re-open it if you found the issue again.
No branches or pull requests
in my config/config.exs,i change the host address to remote address, but it does not take effect,what else do I need to modify?
config :my_app, MyApp.RedisCache,
conn_opts: [
# Redix options
host: "127.0.0.1", // change host is invalid
port: 6379
]
The text was updated successfully, but these errors were encountered: