Files
redistat/spec
Jim Myhrberg 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
..
2010-07-19 03:02:27 +03:00
2010-11-07 21:55:46 +00:00
2010-11-24 00:36:44 +00:00
2010-07-19 01:06:45 +03:00
2010-10-18 01:39:11 +01:00