1
This commit is contained in:
@@ -592,8 +592,9 @@ public class JDUtils {
|
|||||||
// put all entries into the new hash
|
// put all entries into the new hash
|
||||||
hashOps.putAll(newTimeTag, entries);
|
hashOps.putAll(newTimeTag, entries);
|
||||||
|
|
||||||
|
logger.info("oldTimeTag {} 复制 到 newTimeTag {} ", oldTimeTag, newTimeTag);
|
||||||
// delete the old hash
|
// delete the old hash
|
||||||
redisTemplate.delete(oldTimeTag);
|
// redisTemplate.delete(oldTimeTag);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user