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
f2858dc8
Commit
f2858dc8
authored
Dec 12, 2014
by
antirez
Browse files
Merge branch 'unstable' of github.com:/antirez/redis into unstable
parents
66e2bdf2
67e8061b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/db.c
View file @
f2858dc8
...
...
@@ -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