Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
4fbd7a39
Commit
4fbd7a39
authored
Oct 25, 2018
by
antirez
Browse files
Add command fingerprint comment for XSETID.
parent
2480db53
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/t_stream.c
View file @
4fbd7a39
...
...
@@ -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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment