diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-01-19 23:42:38 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-01-19 23:42:38 +0100 |
commit | 4b91eefc682e17fd6b90670cf8b4c28ceb2b43e5 (patch) | |
tree | 177cca7b2263731eb1886118fec985d58fe27a44 /data/redis/conf | |
parent | 367c226c4e3ad27bae61c5dabc29af92422552bf (diff) | |
download | scalelite-run-itzks-4b91eefc682e17fd6b90670cf8b4c28ceb2b43e5.tar.gz scalelite-run-itzks-4b91eefc682e17fd6b90670cf8b4c28ceb2b43e5.tar.bz2 scalelite-run-itzks-4b91eefc682e17fd6b90670cf8b4c28ceb2b43e5.zip |
Rather see the data/ folder as examples/ for the docker host configuration.
Diffstat (limited to 'data/redis/conf')
-rw-r--r-- | data/redis/conf/redis.conf | 81 |
1 files changed, 0 insertions, 81 deletions
diff --git a/data/redis/conf/redis.conf b/data/redis/conf/redis.conf deleted file mode 100644 index eb0fe99..0000000 --- a/data/redis/conf/redis.conf +++ /dev/null @@ -1,81 +0,0 @@ -bind 0.0.0.0 -protected-mode no -masterauth "redisTLSTest2021@@" -requirepass "redisTLSTest2021@@" -port 0 -tcp-backlog 511 -timeout 300 -tcp-keepalive 300 -daemonize no -supervised no -pidfile /var/run/redis.pid -loglevel notice -#logfile "/var/log/redis/redis.log" -databases 16 -always-show-logo no -stop-writes-on-bgsave-error yes -rdbcompression yes -rdbchecksum yes -# The filename where to dump the DB -dbfilename dump_6479.rdb -replica-serve-stale-data yes -replica-read-only yes -repl-diskless-sync no -repl-diskless-sync-delay 5 -repl-timeout 60 -repl-disable-tcp-nodelay no -replica-priority 100 -maxclients 10000 -# maxmemory-policy noeviction -lazyfree-lazy-eviction no -lazyfree-lazy-expire no -lazyfree-lazy-server-del no -replica-lazy-flush no -appendonly yes -appendfilename "appendonly.aof" -appendfsync everysec -no-appendfsync-on-rewrite no -auto-aof-rewrite-percentage 100 -auto-aof-rewrite-min-size 64mb -aof-load-truncated yes -aof-use-rdb-preamble yes -lua-time-limit 5000 -cluster-config-file redis_cluster.conf -cluster-node-timeout 15000 -cluster-enabled yes -# cluster-replica-validity-factor 10 -# cluster-require-full-coverage yes -slowlog-log-slower-than 10000 -slowlog-max-len 128 -latency-monitor-threshold 0 -notify-keyspace-events "" -list-max-ziplist-size -2 -activerehashing yes -client-output-buffer-limit normal 0 0 0 -client-output-buffer-limit replica 256mb 64mb 60 -client-output-buffer-limit pubsub 32mb 8mb 60 -hz 10 -dynamic-hz yes -rdb-save-incremental-fsync yes -### TLS -tls-port 7379 -tls-cert-file /etc/letsencrypt/archive/sl.jesus.123it.ca/cert3.pem -tls-key-file /etc/letsencrypt/archive/sl.jesus.123it.ca/privkey3.pem -tls-ca-cert-file /etc/letsencrypt/archive/sl.jesus.123it.ca/chain3.pem -tls-auth-clients no - -# tls-auth-clients optional - -tls-replication yes -tls-cluster yes - -# Explicitly specify TLS versions to support. Allowed values are case insensitive -# and include "TLSv1", "TLSv1.1", "TLSv1.2", "TLSv1.3" (OpenSSL >= 1.1.1) or -# any combination. To enable only TLSv1.2 and TLSv1.3, use: -# -tls-protocols "TLSv1.2 TLSv1.3" - -# By default, TLS session caching is enabled to allow faster and less expensive -# reconnections by clients that support it. Use the following directive to disable -# caching. -tls-session-caching no |