We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1e860 commit 07b0cacCopy full SHA for 07b0cac
guestbook/php-redis/guestbook.php
@@ -23,7 +23,7 @@
23
$client->set($_GET['key'], $_GET['value']);
24
print('{"message": "Updated"}');
25
} else {
26
- $host = 'redis-slave';
+ $host = 'redis-replica';
27
if (getenv('GET_HOSTS_FROM') == 'env') {
28
$host = getenv('REDIS_SLAVE_SERVICE_HOST');
29
}
0 commit comments