Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PragmaTwice committed May 5, 2023
1 parent f042f02 commit 2368c68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/server/server.h
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ class Server {
void KillClient(int64_t *killed, const std::string &addr, uint64_t id, uint64_t type, bool skipme,
redis::Connection *conn);

Status VerifyClusterMode() const;

lua_State *Lua() { return lua_; }
Status ScriptExists(const std::string &sha);
Status ScriptGet(const std::string &sha, std::string *body) const;
Expand Down

0 comments on commit 2368c68

Please sign in to comment.