114115116117118119120
throw new UnsupportedOperationException( "Kestrel doesn't support this operation"); } public Command createQuitCommand() { return new TextQuitCommand(); }
237238239240241242243
throw new UnsupportedOperationException( "Touch is only supported by binary protocol"); } public Command createQuitCommand() { return new TextQuitCommand(); }
115116117118119120121
238239240241242243244
return new TextTouchCommand(key, keyBytes, CommandType.TOUCH, latch, exp, noreply); } public Command createQuitCommand() { return new TextQuitCommand(); }