mirror of https://mirror.osredm.com/root/redis.git
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
|
||||
* 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…
Reference in New Issue