Skip to content

Commit

Permalink
Fix links to Redis docker image in documentation
Browse files Browse the repository at this point in the history
Redis 5 no longer exists. Switch to Redis 6.

(cherry picked from commit 3cc0c05)
  • Loading branch information
kasperg authored and tobybellwood committed Jun 26, 2024
1 parent 13c535d commit af40ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docker-images/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ See [https://raw.githubusercontent.com/antirez/redis/4.0/redis.conf](https://raw

## Redis-persistent

Based on the [Lagoon `redis` image](https://github.com/uselagoon/lagoon-images/blob/main/images/redis/5.Dockerfile), the [Lagoon `redis-persistent` Docker image](https://github.com/uselagoon/lagoon-images/blob/main/images/redis-persistent/5.Dockerfile) is intended for use when the Redis service must be utilized in `persistent` mode \(ie. with a persistent volume where keys will be saved to disk\).
Based on the [Lagoon `redis` image](https://github.com/uselagoon/lagoon-images/blob/main/images/redis/6.Dockerfile), the [Lagoon `redis-persistent` Docker image](https://github.com/uselagoon/lagoon-images/blob/main/images/redis-persistent/6.Dockerfile) is intended for use when the Redis service must be utilized in `persistent` mode \(ie. with a persistent volume where keys will be saved to disk\).

It differs from `redis` only with the `FLAVOR` environment variable, which will use the [respective Redis configuration](https://github.com/uselagoon/lagoon-images/tree/main/images/redis/conf) according to the version of redis in use.

Expand Down

0 comments on commit af40ecb

Please sign in to comment.