目前从下方接口看,连接池满载后,等待线程的处理方式是sleep+自旋等待,我觉得这里对性能会有影响 RedisConnection* xRedisClusterManager::getConnection(uint32_t idx)
目前从下方接口看,连接池满载后,等待线程的处理方式是sleep+自旋等待,我觉得这里对性能会有影响
RedisConnection* xRedisClusterManager::getConnection(uint32_t idx)