diff --git a/ContentGrabbingJi-CacheStore-redis/src/main/java/net/lamgc/cgj/bot/cache/redis/RedisConnectionPool.java b/ContentGrabbingJi-CacheStore-redis/src/main/java/net/lamgc/cgj/bot/cache/redis/RedisConnectionPool.java index 63c5aa3..1ad0abb 100644 --- a/ContentGrabbingJi-CacheStore-redis/src/main/java/net/lamgc/cgj/bot/cache/redis/RedisConnectionPool.java +++ b/ContentGrabbingJi-CacheStore-redis/src/main/java/net/lamgc/cgj/bot/cache/redis/RedisConnectionPool.java @@ -30,7 +30,7 @@ import java.util.function.Function; * 统一的 Redis 连接池. * @author LamGC */ -public class RedisConnectionPool { +class RedisConnectionPool { private final static Logger log = LoggerFactory.getLogger(RedisConnectionPool.class); private final static AtomicReference POOL = new AtomicReference<>();