mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
feat(server): Implement NUMSUB subcommand (#2282)
* feat(server): Implement NUMSUB subcommand * fix * fix * fix * fix * fix * fix * fix * fix: test * fix: build error
This commit is contained in:
parent
4cce3b4a01
commit
bd3e57d262
6 changed files with 70 additions and 0 deletions
|
@ -150,6 +150,7 @@ class Service : public facade::ServiceInterface {
|
|||
|
||||
void PubsubChannels(std::string_view pattern, ConnectionContext* cntx);
|
||||
void PubsubPatterns(ConnectionContext* cntx);
|
||||
void PubsubNumSub(CmdArgList channels, ConnectionContext* cntx);
|
||||
|
||||
struct EvalArgs {
|
||||
std::string_view sha; // only one of them is defined.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue