Skip to content

Commit

Permalink
fix :fix acl complie (OpenAtomFoundation#2294)
Browse files Browse the repository at this point in the history
* delete binglog dead code

* fix acl complie

---------

Co-authored-by: wuxianrong <wuxianrong@360.cn>
  • Loading branch information
Mixficsol and wuxianrong authored Jan 10, 2024
1 parent b7f6c58 commit 73687f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pika_server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1701,8 +1701,6 @@ void PikaServer::Bgslotsreload(const std::shared_ptr<Slot>& slot) {
bgsave_thread_.Schedule(&DoBgslotsreload, static_cast<void*>(this));
}

std::unordered_map<std::string, CommandStatistics>* PikaServer::GetCommandStatMap() { return &cmdstat_map_; }

void DoBgslotsreload(void* arg) {
auto p = static_cast<PikaServer*>(arg);
PikaServer::BGSlotsReload reload = p->bgslots_reload();
Expand Down

0 comments on commit 73687f3

Please sign in to comment.