class Dalli::Protocol::Base

def finish_pipeline

of pipelined gets
Called after the noop response is received at the end of a set
def finish_pipeline
  response_buffer.clear
  @connection_manager.finish_request!
  true # to simplify response
end