Typo
This commit is contained in:
parent
b254ad427c
commit
e82797ebac
@ -327,7 +327,7 @@ int rdbSaveObject(FILE *fp, robj *o) {
|
|||||||
}
|
}
|
||||||
dictReleaseIterator(di);
|
dictReleaseIterator(di);
|
||||||
} else {
|
} else {
|
||||||
redisPanic("Unknown sorted set enoding");
|
redisPanic("Unknown sorted set encoding");
|
||||||
}
|
}
|
||||||
} else if (o->type == REDIS_HASH) {
|
} else if (o->type == REDIS_HASH) {
|
||||||
/* Save a hash value */
|
/* Save a hash value */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user