protected void createClients() throws IOException, Exception,
TimeoutException, InterruptedException, MemcachedException {
properties = ResourcesUtils.getResourceAsProperties("test.properties");
MemcachedClientBuilder builder = createBuilder();
builder.getConfiguration().setStatisticsServer(true);
memcachedClient = builder.build();
memcachedClient.flushAll();
}