redis/redis.conf aktualisiert
All checks were successful
release-tag / release-image (push) Successful in 1m35s

This commit is contained in:
2025-01-04 17:01:18 +00:00
parent 61b79ad469
commit bbfa49ca9e

View File

@@ -36,7 +36,7 @@ vm.overcommit_memory = 1
# By default Redis does not run as a daemon. Use 'yes' if you need it. # By default Redis does not run as a daemon. Use 'yes' if you need it.
# Note that Redis will write a pid file in /var/run/redis.pid when daemonized. # Note that Redis will write a pid file in /var/run/redis.pid when daemonized.
daemonize yes daemonize no
# When running daemonized, Redis writes a pid file in /var/run/redis.pid by # When running daemonized, Redis writes a pid file in /var/run/redis.pid by
# default. You can specify a custom pid file location here. # default. You can specify a custom pid file location here.