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
7ef1239b
Commit
7ef1239b
authored
Dec 12, 2014
by
clark.kang
Browse files
remove_warning in db.c
parent
bbf0736c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/db.c
View file @
7ef1239b
...
...
@@ -450,8 +450,8 @@ void scanGenericCommand(redisClient *c, robj *o, unsigned long cursor) {
list
*
keys
=
listCreate
();
listNode
*
node
,
*
nextnode
;
long
count
=
10
;
sds
pat
;
int
patlen
,
use_pattern
=
0
;
sds
pat
=
NULL
;
int
patlen
=
0
,
use_pattern
=
0
;
dict
*
ht
;
/* Object must be NULL (to iterate keys names), or the type of the object
...
...
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