mirror of
https://github.com/fluencelabs/redis
synced 2025-05-02 05:52:13 +00:00
Typo
This commit is contained in:
parent
dfeb899b2d
commit
408e12dcaa
@ -380,7 +380,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