释放redis连接池
parent
79902665e7
commit
371bf21d90
|
@ -660,6 +660,7 @@ public class DeathPathLogic {
|
|||
LOGGER.info("删除排行{}",next);
|
||||
RedisUtil.getInstence().del(next);
|
||||
}
|
||||
cursor.close();
|
||||
}
|
||||
|
||||
public static int nextDiscrete(double[] probs) {
|
||||
|
|
Loading…
Reference in New Issue