diff options
Diffstat (limited to 'include/modules/redis.h')
-rw-r--r-- | include/modules/redis.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/modules/redis.h b/include/modules/redis.h index fbcecebf7..36ffc3c88 100644 --- a/include/modules/redis.h +++ b/include/modules/redis.h @@ -58,6 +58,8 @@ namespace Redis public: Provider(Module *c, const Anope::string &n) : Service(c, "Redis::Provider", n) { } + virtual bool IsSocketDead() = 0; + virtual void SendCommand(Interface *i, const std::vector<Anope::string> &cmds) = 0; virtual void SendCommand(Interface *i, const Anope::string &str) = 0; |