释放redis连接池

back_recharge
lvxinran 2021-02-19 15:09:46 +08:00
parent 79902665e7
commit 371bf21d90
1 changed files with 1 additions and 0 deletions

View File

@ -660,6 +660,7 @@ public class DeathPathLogic {
LOGGER.info("删除排行{}",next);
RedisUtil.getInstence().del(next);
}
cursor.close();
}
public static int nextDiscrete(double[] probs) {