module Redis::Connection::SocketMixin

def timeout=(timeout)

def timeout=(timeout)
  @timeout = (timeout if timeout && timeout > 0)
end