From 6093266db53ec5a7565411643185c310cdd271d0 Mon Sep 17 00:00:00 2001 From: moticless Date: Thu, 2 Nov 2023 09:06:50 +0200 Subject: [PATCH] refine comment --- src/ext/handlersToResp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};