class FakeRedis::SortedSetStore

def call

def call
  ZSet.new.tap {|out| send("aggregate_#{aggregate}", out) }
end