Skip to content

Commit

Permalink
no-appendfsync-on-rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawrence Dudley authored and Lawrence Dudley committed Feb 26, 2019
1 parent c37e314 commit 875a4b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ mkdir -p /efs/redis
--maxmemory ${REDIS_MEMORY:-64}M \
--appendonly yes \
--dir /efs/redis \
--appendfsync everysec
--appendfsync everysec \
--no-appendfsync-on-rewrite yes

0 comments on commit 875a4b0

Please sign in to comment.