module RedisClient::Common

def timeout=(timeout)

def timeout=(timeout)
  @connect_timeout = @read_timeout = @write_timeout = timeout
end