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
e1d9857b
Commit
e1d9857b
authored
Apr 07, 2012
by
Erik Dubbelboer
Browse files
Update src/rdb.c
parent
8d16e7a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/rdb.c
View file @
e1d9857b
...
@@ -786,7 +786,7 @@ robj *rdbLoadObject(int rdbtype, rio *rdb) {
...
@@ -786,7 +786,7 @@ robj *rdbLoadObject(int rdbtype, rio *rdb) {
}
}
/* This will also be called when the set was just converted
/* This will also be called when the set was just converted
* to regular hash table encoded set */
* to
a
regular hash table encoded set */
if
(
o
->
encoding
==
REDIS_ENCODING_HT
)
{
if
(
o
->
encoding
==
REDIS_ENCODING_HT
)
{
dictAdd
((
dict
*
)
o
->
ptr
,
ele
,
NULL
);
dictAdd
((
dict
*
)
o
->
ptr
,
ele
,
NULL
);
}
else
{
}
else
{
...
...
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