mirror of
https://github.com/fluencelabs/redis
synced 2025-04-05 09:11:03 +00:00
Fixed typo in SCAN comment. iff -> if.
This commit is contained in:
parent
9c88ace927
commit
43fdf3b404
2
src/db.c
2
src/db.c
@ -364,7 +364,7 @@ void scanCommand(redisClient *c) {
|
|||||||
pat = c->argv[i+1]->ptr;
|
pat = c->argv[i+1]->ptr;
|
||||||
patlen = sdslen(pat);
|
patlen = sdslen(pat);
|
||||||
|
|
||||||
/* The pattern is a no-op iff == "*" */
|
/* The pattern is a no-op if == "*" */
|
||||||
patnoop = (pat[0] == '*' && patlen == 1);
|
patnoop = (pat[0] == '*' && patlen == 1);
|
||||||
|
|
||||||
i += 2;
|
i += 2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user