Merge branch 'master_test_hw' of http://60.1.1.230/backend/jieling_server into master_test_hw
commit
03ea28558f
|
@ -6,6 +6,9 @@
|
||||||
*.bin
|
*.bin
|
||||||
*.lock
|
*.lock
|
||||||
serverlogic/src/main/java/com/ljsd/jieling/protocols
|
serverlogic/src/main/java/com/ljsd/jieling/protocols
|
||||||
|
gamecommon/src/main/java/rpc/global
|
||||||
|
gamecommon/src/main/java/rpc/world
|
||||||
|
gamecommon/src/main/java/rpc/protocols
|
||||||
*.class
|
*.class
|
||||||
out
|
out
|
||||||
build
|
build
|
||||||
|
|
|
@ -148,7 +148,7 @@ public class RedisUtil {
|
||||||
// 重命名
|
// 重命名
|
||||||
redisTemplate.rename(oldName,newName);
|
redisTemplate.rename(oldName,newName);
|
||||||
// 设置过期时间
|
// 设置过期时间
|
||||||
expire(newName,60*60*24);
|
expire(newName,60*60*24-60);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue