We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf85e9 commit 9242005Copy full SHA for 9242005
1 file changed
src/pika_client_conn.cc
@@ -258,7 +258,6 @@ void PikaClientConn::ProcessMonitor(const PikaCmdArgsType& argv) {
258
}
259
260
bool PikaClientConn::IsInterceptedByRTC(std::string& opt) {
261
- // only single key read command will be intercepted
262
std::shared_ptr<Cmd> c_ptr = g_pika_cmd_table_manager->GetCmd(opt);
263
if (!c_ptr) {
264
return false;
0 commit comments