// set noreply to be false.
this.prevCommand.getValue(), false, this.prevCommand.getTranscoder());
// We must set the opaque to get error message.
int opaque = OpaqueGenerater.getInstance().getNextValue();
setqCmd.setOpaque(opaque);
setqCmd.encode();
this.bufferList.add(setqCmd.getIoBuffer());
this.totalBytes += setqCmd.getIoBuffer().remaining();
if (this.mergeCommands != null) {
this.mergeCommands.put(opaque, this.prevCommand);
}