This commit is contained in:
parent
579264ad93
commit
8b94e117a3
@ -6,7 +6,7 @@ redis:
|
|||||||
- redis-redisearch
|
- redis-redisearch
|
||||||
config:
|
config:
|
||||||
bind: "0.0.0.0 ::"
|
bind: "0.0.0.0 ::"
|
||||||
port: 6380
|
port: 6379
|
||||||
protected-mode: "no"
|
protected-mode: "no"
|
||||||
tcp-backlog: 511
|
tcp-backlog: 511
|
||||||
timeout: 0
|
timeout: 0
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
{%- from "redis/map.jinja" import redis with context %}
|
{%- from "redis/map.jinja" import redis with context %}
|
||||||
{% for key, value in redis.config.items () %}
|
{% for key, value in redis.config.items () %}
|
||||||
{{ key }} {{ value }}
|
{{ key }} {{ value }}
|
||||||
{% endfor %}
|
{%- endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user