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
5b80a41c
Commit
5b80a41c
authored
Nov 19, 2019
by
antirez
Browse files
Remove additional space from comment.
parent
1530a3cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/t_stream.c
View file @
5b80a41c
...
@@ -1220,7 +1220,7 @@ void xaddCommand(client *c) {
...
@@ -1220,7 +1220,7 @@ void xaddCommand(client *c) {
return
;
return
;
}
}
/* Return ASAP if minimal ID
(0-0) was given so we avoid possibly creating
/* Return ASAP if minimal ID (0-0) was given so we avoid possibly creating
* a new stream and have streamAppendItem fail, leaving an empty key in the
* a new stream and have streamAppendItem fail, leaving an empty key in the
* database. */
* database. */
if
(
id_given
&&
id
.
ms
==
0
&&
id
.
seq
==
0
)
{
if
(
id_given
&&
id
.
ms
==
0
&&
id
.
seq
==
0
)
{
...
...
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