updated redis state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2024-08-31 08:24:10 +02:00
parent 579264ad93
commit 8b94e117a3
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ redis:
- redis-redisearch
config:
bind: "0.0.0.0 ::"
port: 6380
port: 6379
protected-mode: "no"
tcp-backlog: 511
timeout: 0

View File

@ -2,4 +2,4 @@
{%- from "redis/map.jinja" import redis with context %}
{% for key, value in redis.config.items () %}
{{ key }} {{ value }}
{% endfor %}
{%- endfor %}