Skip to content

Commit 2d4a175

Browse files
authored
Merge pull request #425 from Normo/bump-redis
Install Redis 8 by default
2 parents 06ab0f0 + 9d1e020 commit 2d4a175

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roles/redis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ None.
2727
The Redis version to install:
2828

2929
```yaml
30-
redis_version: '7.2.1'
30+
redis_version: '8.0.1'
3131
```
3232
3333
Specifies whether the current node is `master`, or a `replica` instance:

roles/redis/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ redis_master_instance_ip: "{{ redis_instance_ip if redis_instance_type == 'maste
1717
redis_password: "changeme"
1818

1919
# Redis version
20-
redis_version: "7.2.1"
20+
redis_version: "8.0.1"
2121
# Path to the Redis Server binary
2222
redis_bin: "/usr/local/bin/redis-server"
2323
# List of dependencies of Redis Server

0 commit comments

Comments
 (0)