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 89013ad commit 242470aCopy full SHA for 242470a
templates/redis.conf.j2
@@ -5,7 +5,7 @@ daemonize {{ redis_daemonize }}
5
pidfile {{ redis_pidfile }}
6
dir {{ redis_dir }}
7
port {{ redis_port }}
8
-{% if redis_bind -%}}
+{% if redis_bind -%}
9
bind {{ redis_bind }}
10
{% endif -%}
11
{% if redis_socket_path -%}
0 commit comments