We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c8466 commit 8fb1daaCopy full SHA for 8fb1daa
redis/redis.conf
@@ -7,8 +7,7 @@
7
maxmemory 2048mb
8
maxmemory-policy allkeys-lfu
9
10
-# If you want to enable Redis persistence,
11
-# remove ddev-generated from this file,
12
-# and comment the two lines below:
13
-appendonly no
14
-save ""
+# to disable Redis persistence, remove ddev-generated from this file,
+# and uncomment the two lines below:
+#appendonly no
+#save ""
0 commit comments