| 979 | } |
| 980 | |
| 981 | void redis_command::clear_request() const |
| 982 | { |
| 983 | if (request_buf_) { |
| 984 | request_buf_->clear(); |
| 985 | } |
| 986 | if (request_obj_) { |
| 987 | request_obj_->clear(); |
| 988 | } |
| 989 | } |
| 990 | |
| 991 | void redis_command::build_request(size_t argc, const char* argv[], const size_t lens[]) |
| 992 | { |