233234235236237238239240
"GAT is only supported by binary protocol"); } public Command createTouchCommand(String key, byte[] keyBytes, CountDownLatch latch, int exp, boolean noreply) { return new TextTouchCommand(key, keyBytes, CommandType.TOUCH, latch, exp, noreply); }