key with an :
This commit is contained in:
parent
0b6db76aca
commit
5a33a50fd6
@ -18,7 +18,7 @@ public class HBCheckTask {
|
|||||||
@Scheduled(fixedRate = 10000)
|
@Scheduled(fixedRate = 10000)
|
||||||
protected void run() {
|
protected void run() {
|
||||||
|
|
||||||
String svcSrvKey = "svcSrvGuns".concat(getLocalIPAndPort());
|
String svcSrvKey = "svcSrvGuns:".concat(getLocalIPAndPort());
|
||||||
List<String> cacheGunkeyList = REDIS.getCacheList(svcSrvKey);
|
List<String> cacheGunkeyList = REDIS.getCacheList(svcSrvKey);
|
||||||
Long now = Calendar.getInstance().getTimeInMillis();
|
Long now = Calendar.getInstance().getTimeInMillis();
|
||||||
for (String gunkey : cacheGunkeyList) {
|
for (String gunkey : cacheGunkeyList) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user