mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
Add command fingerprint comment for XSETID.
This commit is contained in:
parent
998001fbf2
commit
f5494b1862
@ -1821,7 +1821,9 @@ NULL
|
||||
}
|
||||
}
|
||||
|
||||
/* Set the internal "last ID" of a stream. */
|
||||
/* XSETID <stream> <groupname> <id>
|
||||
*
|
||||
* 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;
|
||||
|
Loading…
Reference in New Issue
Block a user