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

Method SSubscriptionsCount

src/server/redis_connection.cc:358–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358int Connection::SSubscriptionsCount() { return static_cast<int>(subscribe_shard_channels_.size()); }
359
360bool Connection::IsProfilingEnabled(const std::string &cmd) {
361 auto config = srv_->GetConfig();

Callers 2

ExecuteMethod · 0.80
ExecuteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected