Commit 038228d3 authored by zhujiashun's avatar zhujiashun

redis_server_protocol: refine code

parent a378c9f1
......@@ -43,9 +43,6 @@ namespace policy {
DEFINE_bool(redis_verbose, false,
"[DEBUG] Print EVERY redis request/response");
DEFINE_int32(redis_batch_flush_data_size, 4096, "If the total data size of buffered "
"responses is beyond this value, then data is forced to write to socket"
"to avoid latency of the front responses being too big");
struct InputResponse : public InputMessageBase {
bthread_id_t id_wait;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment