6 lines
157 B
Text
6 lines
157 B
Text
bind <%= @bind %>
|
|
dir /srv/redis
|
|
appendonly <% if @appendonly == true %>yes<% else %>no<% end %>
|
|
<% if @password -%>
|
|
requirepass <%= @password %>
|
|
<% end -%>
|