mirror of https://mirror.osredm.com/root/redis.git
Typo
This commit is contained in:
parent
7d8c555e92
commit
4cc4d1648b
|
@ -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…
Reference in New Issue