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