Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的错误是我只建立一个连接并在每个线程中使用该连接。解决方案:每个线程连接到 Redis 服务器。
感谢 Didier Spezia 的解决方案。