mirror of
https://github.com/fluencelabs/redis
synced 2025-04-13 04:36:04 +00:00
Update src/rdb.c
This commit is contained in:
parent
8d16e7a3c6
commit
e1d9857b12
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user