new CountDownLatch(1), exp, cas, value, noreply, transcoder);
}
public Command createDeleteCommand(String key, byte[] keyBytes, int time,
boolean noreply) {
return new BinaryDeleteCommand(key, keyBytes, CommandType.DELETE,
new CountDownLatch(1), noreply);
}