Sha256: 394721e708044a6ca56d447122b14fd1afe2a597db6f79a2b326b88ed41b14e1

Contents?: true

Size: 354 Bytes

Versions: 3

Compression:

Stored size: 354 Bytes

Contents

require "redistat"

class ModelHelper1
  include Redistat::Model
  
  
end

class ModelHelper2
  include Redistat::Model
  
  depth :day
  store_event true
  hashed_label true
  
end

class ModelHelper3
  include Redistat::Model
  
  connect_to :port => 8379, :db => 14
  
end

class ModelHelper4
  include Redistat::Model
  
  scope "FancyHelper"
  
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
redistat-0.3.0 spec/model_helper.rb
redistat-0.2.6 spec/model_helper.rb
redistat-0.2.5 spec/model_helper.rb