| 225 | void PSubscribeChannel(const std::string &pattern, redis::Connection *conn); |
| 226 | void PUnsubscribeChannel(const std::string &pattern, redis::Connection *conn); |
| 227 | size_t GetPubSubPatternSize() const { return pubsub_patterns_.size(); } |
| 228 | void SSubscribeChannel(const std::string &channel, redis::Connection *conn, uint16_t slot); |
| 229 | void SUnsubscribeChannel(const std::string &channel, redis::Connection *conn, uint16_t slot); |
| 230 | void GetSChannelsByPattern(const std::string &pattern, std::vector<std::string> *channels); |