We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06ab0f0 + 9d1e020 commit 2d4a175Copy full SHA for 2d4a175
roles/redis/README.md
@@ -27,7 +27,7 @@ None.
27
The Redis version to install:
28
29
```yaml
30
-redis_version: '7.2.1'
+redis_version: '8.0.1'
31
```
32
33
Specifies whether the current node is `master`, or a `replica` instance:
roles/redis/defaults/main.yml
@@ -17,7 +17,7 @@ redis_master_instance_ip: "{{ redis_instance_ip if redis_instance_type == 'maste
17
redis_password: "changeme"
18
19
# Redis version
20
-redis_version: "7.2.1"
+redis_version: "8.0.1"
21
# Path to the Redis Server binary
22
redis_bin: "/usr/local/bin/redis-server"
23
# List of dependencies of Redis Server
0 commit comments