diff --git a/src/ext/handlersToResp.c b/src/ext/handlersToResp.c index 517d0c3..422e8ee 100644 --- a/src/ext/handlersToResp.c +++ b/src/ext/handlersToResp.c @@ -955,7 +955,7 @@ static RdbRes toRespRestoreFragEnd(RdbParser *p, void *userData) { int len = 10; - /* if processing module-aux then we are done (no ABSTTL, IDLETIME or FREQ) */ + /* if processing module-aux then we are done (no REPLACE, ABSTTL, IDLETIME or FREQ) */ if (ctx->restoreCtx.isModuleAux) { len += snprintf(cmd+len, sizeof(cmd)-len, "\r\n"); struct iovec iov = {cmd, len};