List<String> names = valueOps.multiGet(ids);
Assert.assertEquals("Did not load the data correctly", 200, names.size());
connectionFactory.destroy();
stopTunnelServer();
removeService(VCAP_REDIS_SERVICE);
logger.info("Time elapsed: " + (System.currentTimeMillis() - start) / 1000.0d + " sec");
}