MCPcopy Create free account
hub / github.com/apache/kvrocks / GetPubSubPatternSize

Method GetPubSubPatternSize

src/server/server.h:227–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 1

ExecuteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected