class Redis::Connection::Ruby

def set_tcp_nodelay

def set_tcp_nodelay
  @sock.setsockopt(Socket::IPPROTO_TCP, Socket::TCP_NODELAY, 1)
end