Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 9.1k
redis Pool引入错误 #1688
Copy link
Copy link
Closed
Milestone
Description
Metadata
Metadata
Assignees
Labels
No labels
简要描述
找不到该类 redis.clients.util.Pool
模块版本情况
详细描述
JedisWxRedisOps类中引入redis 连接池包路径错误
import redis.clients.util.Pool;
正确路径为
import redis.clients.jedis.util.Pool;
日志