Skip to content

Commit

Permalink
revised5
Browse files Browse the repository at this point in the history
  • Loading branch information
cheniujh committed Jul 31, 2024
1 parent d741698 commit 4b16567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pika_client_conn.cc
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ void PikaClientConn::ProcessMonitor(const PikaCmdArgsType& argv) {
}

bool PikaClientConn::IsInterceptedByRTC(std::string& opt) {
//currently we Intercept: Get, HGet
//currently we only Intercept: Get, HGet
if (opt == kCmdNameGet && g_pika_conf->GetCacheString()) {
return true;
}
Expand Down

0 comments on commit 4b16567

Please sign in to comment.