Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
854b8be6
Commit
854b8be6
authored
Oct 25, 2013
by
antirez
Browse files
Revert "Fixed typo in SCAN comment. iff -> if."
Probably here Pieter means "if and only if". This reverts commit
43fdf3b4
.
parent
5fa5153b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/db.c
View file @
854b8be6
...
...
@@ -352,7 +352,7 @@ void scanCommand(redisClient *c) {
pat
=
c
->
argv
[
i
+
1
]
->
ptr
;
patlen
=
sdslen
(
pat
);
/* The pattern is a no-op if == "*" */
/* The pattern is a no-op if
f
== "*" */
patnoop
=
(
pat
[
0
]
==
'*'
&&
patlen
==
1
);
i
+=
2
;
...
...
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