@ -327,7 +327,7 @@ int rdbSaveObject(FILE *fp, robj *o) {
}
dictReleaseIterator(di);
}else{
redisPanic("Unknown sorted set enoding");
redisPanic("Unknown sorted set encoding");
}
}elseif(o->type==REDIS_HASH){
/* Save a hash value */
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.