key with an :

This commit is contained in:
ZZ 2021-09-09 19:51:04 +08:00
parent 0b6db76aca
commit 5a33a50fd6

View File

@ -18,7 +18,7 @@ public class HBCheckTask {
@Scheduled(fixedRate = 10000)
protected void run() {
String svcSrvKey = "svcSrvGuns".concat(getLocalIPAndPort());
String svcSrvKey = "svcSrvGuns:".concat(getLocalIPAndPort());
List<String> cacheGunkeyList = REDIS.getCacheList(svcSrvKey);
Long now = Calendar.getInstance().getTimeInMillis();
for (String gunkey : cacheGunkeyList) {