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.
1 parent f5b66b5 commit 12db715Copy full SHA for 12db715
.github/workflows/integration-tests.yml
@@ -83,15 +83,17 @@ jobs:
83
REDIS_SENTINEL_QUORUM: 1
84
redis-primary:
85
image: redis:latest
86
- hostname: redis-primary
87
ports:
88
- 16381:6379
89
-
90
redis-replica:
91
- image: redis:latest
+ image: bitnami/redis:latest
92
93
- 16382:6379
94
- command: redis-server --slaveof redis-primary 6379
+ env:
+ ALLOW_EMPTY_PASSWORD: "yes"
+ REDIS_REPLICATION_MODE: "slave"
95
+ REDIS_MASTER_HOST: redis-primary
96
+ REDIS_MASTER_PORT_NUMBER: "6379"
97
memcached:
98
image: memcached:1.6.5
99
0 commit comments