BUGFIX:undividing layer未设置成功
This commit is contained in:
@@ -269,8 +269,9 @@ public class RedisUtil {
|
||||
return getFromString(MOODBOARD_POSITION_KEY + id);
|
||||
}
|
||||
public final static String NICKNAME_MODIFY_TIMES = "NicknameModifyTimes:";
|
||||
public void increaseCount(String key) {
|
||||
redisTemplate.opsForValue().increment(key);
|
||||
public final static String UNNAMED_PROJECT_SEQ = "Project:UnnamedProjectSeq:";
|
||||
public Long increaseCount(String key) {
|
||||
return redisTemplate.opsForValue().increment(key);
|
||||
}
|
||||
|
||||
public Long getIncrementCount(String key) {
|
||||
|
||||
Reference in New Issue
Block a user