4647484950515253
"Kestrel doesn't support this operation"); } public Command createDeleteCommand(String key, byte[] keyBytes, int time, boolean noreply) { return new KestrelDeleteCommand(key, keyBytes, -1, new CountDownLatch(1), noreply); }
4748495051525354
} public Command createDeleteCommand(String key, byte[] keyBytes, int time, long cas, boolean noreply) { return new KestrelDeleteCommand(key, keyBytes, -1, new CountDownLatch(1), noreply); }