diff --git a/src/t_stream.c b/src/t_stream.c index 59eda1b84..e37b6582a 100644 --- a/src/t_stream.c +++ b/src/t_stream.c @@ -1821,7 +1821,9 @@ NULL } } -/* Set the internal "last ID" of a stream. */ +/* XSETID + * + * Set the internal "last ID" of a stream. */ void xsetidCommand(client *c) { robj *o = lookupKeyWriteOrReply(c,c->argv[1],shared.nokeyerr); if (o == NULL || checkType(c,o,OBJ_STREAM)) return;