Fix build

This commit is contained in:
comunodi 2019-04-17 02:26:57 +03:00
parent d2427227dd
commit 2023575344

View File

@ -170,7 +170,7 @@ namespace DB
for (const auto & secondary_key : reply_for_primary_key)
primary_with_secondary->addRedisType(secondary_key);
LOG_ERROR(&Logger::get("Redis"), "HKEYS: " + primary_with_secondary->toString());
hkeys.addRedisType(primary_with_secondary);
hkeys.add(*primary_with_secondary);
}
keys = hkeys;
}