#store(label, stats = {}, date = nil, opts = {}, meta = {}) ⇒ ObjectAlso known as:
event
statistics store/fetch methods
15
16
17
# File 'lib/redisrank/model.rb', line 15defstore(label,stats={},date=nil,opts={},meta={})Event.new(self.name,label,date,stats,options.merge(opts),meta).saveend