Skip to content

Commit 8fb1daa

Browse files
authored
feat: enable Redis persistence (#35)
1 parent 82c8466 commit 8fb1daa

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

redis/redis.conf

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
maxmemory 2048mb
88
maxmemory-policy allkeys-lfu
99

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 ""
10+
# to disable Redis persistence, remove ddev-generated from this file,
11+
# and uncomment the two lines below:
12+
#appendonly no
13+
#save ""

0 commit comments

Comments
 (0)