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.
在什么情况下应该使用 redisAsyncConnect 而不是 redisConnect?这两个功能的实现有什么区别?
redisConnect 使用同步或阻塞套接字 IO。redisAsyncConnect 使用异步或非阻塞 IO。
如果您需要进一步的解释,那么您需要网络通信方面的教育,超出此答案的范围!
两个函数实现的区别可以在github上找到:
https://github.com/redis/hiredis