We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce72326 commit 37ad155Copy full SHA for 37ad155
.markdownlint.yml
@@ -74,6 +74,7 @@ proper-names:
74
"Helm",
75
"HipChat",
76
"ID",
77
+ "IP",
78
"Ingress",
79
"jasmine-jquery",
80
"JavaScript",
doc/settings/redis.md
@@ -107,7 +107,7 @@ redis['tcp_timeout'] = "60"
107
redis['tcp_keepalive'] = "300"
108
```
109
110
-## Announce ip from hostname
+## Announce IP from hostname
111
112
Currently the only way to enable hostnames in Redis is by setting `redis['announce_ip']`. However,
113
this would need to be set uniquely per Redis instance. `announce_ip_from_hostname` is a boolean that allows us to turn this on or off.
0 commit comments