122123124125126127128129
} public Command createIncrDecrCommand(String key, byte[] keyBytes, long amount, long initial, int expTime, CommandType cmdType, boolean noreply) { return new BinaryIncrDecrCommand(key, keyBytes, amount, initial, expTime, cmdType, noreply); }
123124125126127128129130