Exemplo n.º 1
0
 @Override
 public Set<String> lookup(String eventType) {
   return redis.getMembers(eventType + RedisConsts.E_FOLLOWER_SURFIX);
 }