Skip to content

Commit

Permalink
fix:delete cache log (#2517)
Browse files Browse the repository at this point in the history
Co-authored-by: chejinge <chejinge@360.cn>
  • Loading branch information
chejinge and brother-jin committed Mar 15, 2024
1 parent cacd576 commit e98c7c1
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 @@ -1730,7 +1730,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 e98c7c1

Please sign in to comment.