Update src/rdb.c
This commit is contained in:
parent
358745fcc2
commit
0f719a1891
@ -786,7 +786,7 @@ robj *rdbLoadObject(int rdbtype, rio *rdb) {
|
||||
}
|
||||
|
||||
/* 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) {
|
||||
dictAdd((dict*)o->ptr,ele,NULL);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user