diff --git a/README.md b/README.md index 263ddb3..8d59fbb 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ services: command: redis-server --save "" --appendonly no # Set a size limit. See link below on how to customise. # https://redis.io/docs/latest/operate/rs/databases/memory-performance/eviction-policy/ - # --maxmemory 1gb --maxmemory-policy allkeys-lrulpine + # --maxmemory 1gb --maxmemory-policy allkeys-lru # This prevents the creation of an anonymous volume. tmpfs: - /data diff --git a/README_ES.md b/README_ES.md index 9b2dc54..574d801 100644 --- a/README_ES.md +++ b/README_ES.md @@ -95,7 +95,7 @@ services: command: redis-server --save "" --appendonly no # Set a size limit. See link below on how to customise. # https://redis.io/docs/latest/operate/rs/databases/memory-performance/eviction-policy/ - # --maxmemory 1gb --maxmemory-policy allkeys-lrulpine + # --maxmemory 1gb --maxmemory-policy allkeys-lru # This prevents the creation of an anonymous volume. tmpfs: - /data diff --git a/README_zh-CN.md b/README_zh-CN.md index 7d88b3c..ed67a01 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -78,7 +78,7 @@ services: command: redis-server --save "" --appendonly no # Set a size limit. See link below on how to customise. # https://redis.io/docs/latest/operate/rs/databases/memory-performance/eviction-policy/ - # --maxmemory 1gb --maxmemory-policy allkeys-lrulpine + # --maxmemory 1gb --maxmemory-policy allkeys-lru # This prevents the creation of an anonymous volume. tmpfs: - /data @@ -120,7 +120,7 @@ services: command: redis-server --save "" --appendonly no # Set a size limit. See link below on how to customise. # https://redis.io/docs/latest/operate/rs/databases/memory-performance/eviction-policy/ - # --maxmemory 1gb --maxmemory-policy allkeys-lrulpine + # --maxmemory 1gb --maxmemory-policy allkeys-lru # This prevents the creation of an anonymous volume. tmpfs: - /data diff --git a/docker-compose.dev.yaml b/docker-compose.dev.yaml index fd4d10b..4294778 100644 --- a/docker-compose.dev.yaml +++ b/docker-compose.dev.yaml @@ -8,7 +8,7 @@ services: command: redis-server --save "" --appendonly no # Set a size limit. See link below on how to customise. # https://redis.io/docs/latest/operate/rs/databases/memory-performance/eviction-policy/ - # --maxmemory 1gb --maxmemory-policy allkeys-lrulpine + # --maxmemory 1gb --maxmemory-policy allkeys-lru # This prevents the creation of an anonymous volume. tmpfs: - /data diff --git a/docker-compose.yaml b/docker-compose.yaml index 0a9d1b6..fbecd28 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -5,7 +5,7 @@ services: command: redis-server --save "" --appendonly no # Set a size limit. See link below on how to customise. # https://redis.io/docs/latest/operate/rs/databases/memory-performance/eviction-policy/ - # --maxmemory 1gb --maxmemory-policy allkeys-lrulpine + # --maxmemory 1gb --maxmemory-policy allkeys-lru # This prevents the creation of an anonymous volume. tmpfs: - /data diff --git a/examples/nginx/docker-compose.yaml b/examples/nginx/docker-compose.yaml index ddd1b0b..59c1131 100644 --- a/examples/nginx/docker-compose.yaml +++ b/examples/nginx/docker-compose.yaml @@ -7,7 +7,7 @@ services: command: redis-server --save "" --appendonly no # Set a size limit. See link below on how to customise. # https://redis.io/docs/latest/operate/rs/databases/memory-performance/eviction-policy/ - # --maxmemory 1gb --maxmemory-policy allkeys-lrulpine + # --maxmemory 1gb --maxmemory-policy allkeys-lru # This prevents the creation of an anonymous volume. tmpfs: - /data diff --git a/examples/scratch/README.md b/examples/scratch/README.md index db9d167..5d81a63 100644 --- a/examples/scratch/README.md +++ b/examples/scratch/README.md @@ -113,7 +113,7 @@ services: command: redis-server --save "" --appendonly no # Set a size limit. See link below on how to customise. # https://redis.io/docs/latest/operate/rs/databases/memory-performance/eviction-policy/ - # --maxmemory 1gb --maxmemory-policy allkeys-lrulpine + # --maxmemory 1gb --maxmemory-policy allkeys-lru # This prevents the creation of an anonymous volume. tmpfs: - /data diff --git a/examples/traefik/README.md b/examples/traefik/README.md index 7287af0..3f14733 100644 --- a/examples/traefik/README.md +++ b/examples/traefik/README.md @@ -22,7 +22,7 @@ services: command: redis-server --save "" --appendonly no # Set a size limit. See link below on how to customise. # https://redis.io/docs/latest/operate/rs/databases/memory-performance/eviction-policy/ - # --maxmemory 1gb --maxmemory-policy allkeys-lrulpine + # --maxmemory 1gb --maxmemory-policy allkeys-lru # This prevents the creation of an anonymous volume. tmpfs: - /data @@ -66,7 +66,7 @@ services: command: redis-server --save "" --appendonly no # Set a size limit. See link below on how to customise. # https://redis.io/docs/latest/operate/rs/databases/memory-performance/eviction-policy/ - # --maxmemory 1gb --maxmemory-policy allkeys-lrulpine + # --maxmemory 1gb --maxmemory-policy allkeys-lru # This prevents the creation of an anonymous volume. tmpfs: - /data