Initial version of redis module
This commit is contained in:
parent
341c86a0a0
commit
c0b4da4547
2 changed files with 72 additions and 0 deletions
6
redis/templates/local.conf.erb
Normal file
6
redis/templates/local.conf.erb
Normal file
|
@ -0,0 +1,6 @@
|
|||
bind 127.0.0.1
|
||||
dir /srv/redis
|
||||
appendonly yes
|
||||
<% if @password -%>
|
||||
requirepass <%= @password %>
|
||||
<% end -%>
|
Loading…
Add table
Add a link
Reference in a new issue