mirror of
https://github.com/fluencelabs/redis
synced 2025-04-03 16:21:03 +00:00
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…
x
Reference in New Issue
Block a user