Skip to content

Commit

Permalink
fix:delete cache log
Browse files Browse the repository at this point in the history
  • Loading branch information
brother-jin authored and luky116 committed Mar 18, 2024
1 parent b75ab96 commit a19a54a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pika_server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1727,7 +1727,6 @@ void PikaServer::ProcessCronTask() {
auto cache = dbs.second->cache();
cache->ProcessCronTask();
}
LOG(INFO) << "hit rate:" << HitRatio() << std::endl;
}

double PikaServer::HitRatio(void) {
Expand Down

0 comments on commit a19a54a

Please sign in to comment.