From ba3567022c3b83574a2280584b2b838c12cd4f71 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Tue, 3 Jun 2025 19:04:40 +0200 Subject: [PATCH] Add redis/redis.conf --- redis/redis.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 redis/redis.conf diff --git a/redis/redis.conf b/redis/redis.conf new file mode 100644 index 0000000..f009419 --- /dev/null +++ b/redis/redis.conf @@ -0,0 +1,5 @@ +bind 0.0.0.0 +protected-mode no +port 6379 +timeout 0 +tcp-keepalive 300 \ No newline at end of file