From ee4734fb360499eb3251807a4a2943eb0fae1938 Mon Sep 17 00:00:00 2001 From: Ishrath Ahamed Date: Wed, 18 Jun 2025 18:26:12 +0530 Subject: [PATCH] update Redis configuration to include multiple hosts --- Config-Server/configrepo/application-net-csi-uat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config-Server/configrepo/application-net-csi-uat.yml b/Config-Server/configrepo/application-net-csi-uat.yml index 31f4c6b..83a7fba 100755 --- a/Config-Server/configrepo/application-net-csi-uat.yml +++ b/Config-Server/configrepo/application-net-csi-uat.yml @@ -22,7 +22,7 @@ kafka: # Redis redis: client: - host: "172.15.100.41:26379" + host: "172.15.100.41:26379,172.15.100.40:26379,172.15.100.39:26379" # RabbitMQ rabbitmq_server_id: &rabbitmq_server_id "10.4.41.7"