fanli/src/main/java/com/yeshi/fanli/util/RedisManager.java @@ -253,7 +253,7 @@ long count = jedis.incr(key); if (count == 1) jedis.expire(key, 5); if (count >= 100) if (count >= 10) return true; else return false;