From 41afdf019bc5587eef3ba0d8d1c9fb96f5321b4b Mon Sep 17 00:00:00 2001 From: trieu Date: Wed, 29 May 2024 13:45:58 +0700 Subject: [PATCH] rename redis host --- configs/redis-configs.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/redis-configs.json b/configs/redis-configs.json index 6393ec7c..e7c7c4e9 100755 --- a/configs/redis-configs.json +++ b/configs/redis-configs.json @@ -1,31 +1,31 @@ { "clusterInfoRedis": [ { - "host": "leocdp.redis", + "host": "cdp-admin.redis", "port": 6379 } ], "realtimeDataStats": [ { - "host": "leocdp.redis", + "host": "cdp-admin.redis", "port": 6379 } ], "localCache": [ { - "host": "leocdp.redis", + "host": "cdp-admin.redis", "port": 6379 } ], "masterCache": [ { - "host": "leocdp.redis", + "host": "cdp-admin.redis", "port": 6379 } ], "pubSubQueue": [ { - "host": "leocdp.redis", + "host": "cdp-admin.redis", "port": 6379 } ]