| 51 | } |
| 52 | |
| 53 | void MemcacheClientBase::LoadThread() { |
| 54 | load_loop_->Run(); |
| 55 | LOG_ERROR << "load thread exit..."; |
| 56 | } |
| 57 | |
| 58 | |
| 59 | void MemcacheClientBase::BuilderMemClient(evpp::EventLoop* loop, std::string& server, std::map<std::string, MemcacheClientPtr>& client_map, const int timeout_ms) { |