key with an :
This commit is contained in:
parent
0b6db76aca
commit
5a33a50fd6
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user