Commit Graph

14 Commits

Author SHA1 Message Date
David Czarnecki
fa182e618d Allow for configurable group separator 2012-04-18 14:44:36 -04:00
e15f637603 Make Model.expire act like the other options, and add tests for it 2012-04-18 15:09:36 +01:00
7b14b9b5ab Clean up whitespace 2012-04-17 13:03:38 +01:00
61231a8b57 updated Redistat::Summary to make it easier to plugin the buffer interception code 2011-04-15 14:14:17 +01:00
3df6666704 additions to specs 2011-03-14 10:37:56 +00:00
d39d5d8dde most components use new Options helper module 2011-03-10 00:27:13 +00:00
9faa0db7b8 drastic change in label indexing 2011-03-09 17:05:10 +00:00
f8dfb034af added label grouping to Key and Summary classes 2011-03-04 17:39:51 +00:00
fe221c3f31 added enable_grouping option to disable grouping features, enabled by default 2011-03-04 13:02:20 +00:00
7b1feda061 added key grouping for statistics Hash
Example:
store(“message”, {“count/private” => 1})
store(“message”, {“count/public” => 1})
fetch("message", 2.minutes.ago, Time.now)
  #=> { "count" => 2,
        "count/private" => 1,
        "count/public" => 1 }
2011-03-04 12:54:50 +00:00
62c3492c93 some whitespace cleanup 2010-11-24 00:36:44 +00:00
776477b5dc some cleanup 2010-08-11 18:13:07 +03:00
ee83549c71 fixed a spec typo *whistles* 2010-07-25 21:15:07 +03:00
1c818024e5 created Redistat::Summary object 2010-07-23 23:27:55 +03:00