class FakeRedis::SortedSetStore

def selected_keys

def selected_keys
  raise NotImplemented, "subclass needs to implement #selected_keys"
end