| 213 | void FeedMonitorConns(redis::Connection *conn, const std::vector<std::string> &tokens); |
| 214 | static std::vector<std::string> RedactSensitiveTokens(const std::vector<std::string> &tokens); |
| 215 | void IncrFetchFileThread() { fetch_file_threads_num_++; } |
| 216 | void DecrFetchFileThread() { fetch_file_threads_num_--; } |
| 217 | int GetFetchFileThreadNum() const { return fetch_file_threads_num_; } |
| 218 |