mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +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
|
||||
* 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