mirror of
https://github.com/fluencelabs/redis
synced 2025-03-31 14:51:04 +00:00
Typo
This commit is contained in:
parent
7d8c555e92
commit
4cc4d1648b
@ -327,7 +327,7 @@ int rdbSaveObject(FILE *fp, robj *o) {
|
||||
}
|
||||
dictReleaseIterator(di);
|
||||
} else {
|
||||
redisPanic("Unknown sorted set enoding");
|
||||
redisPanic("Unknown sorted set encoding");
|
||||
}
|
||||
} else if (o->type == REDIS_HASH) {
|
||||
/* Save a hash value */
|
||||
|
Loading…
x
Reference in New Issue
Block a user