first commit

This commit is contained in:
Valentin
2023-05-15 04:43:37 +02:00
commit f6d0a9c4ae
12 changed files with 894 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM redis:4
COPY ./Docker/redis/redis.conf /usr/local/etc/redis/redis.conf
+5
View File
@@ -0,0 +1,5 @@
save ""
appendonly no
maxmemory-policy allkeys-lru
maxmemory 64mb
protected-mode no