We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3fc43 commit c37e314Copy full SHA for c37e314
run.sh
@@ -3,7 +3,7 @@ mkdir -p /efs/redis
3
/usr/bin/redis-server \
4
--protected-mode no \
5
--maxmemory-policy allkeys-lru \
6
- --maxmemory ${REDIS_MEMORY:-64M} \
+ --maxmemory ${REDIS_MEMORY:-64}M \
7
--appendonly yes \
8
--dir /efs/redis \
9
--appendfsync everysec
0 commit comments