mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00: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) {
|
void xsetidCommand(client *c) {
|
||||||
robj *o = lookupKeyWriteOrReply(c,c->argv[1],shared.nokeyerr);
|
robj *o = lookupKeyWriteOrReply(c,c->argv[1],shared.nokeyerr);
|
||||||
if (o == NULL || checkType(c,o,OBJ_STREAM)) return;
|
if (o == NULL || checkType(c,o,OBJ_STREAM)) return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user