Description
Implement the PUBSUB SHARDCHANNELS and PUBSUB SHARDNUMSUB commands for PHP. Also missing in C#.
Note: PUBSUB CHANNELS, PUBSUB NUMSUB, and PUBSUB NUMPAT are already implemented via the $client->pubsub() method in valkey_glide_pubsub_introspection.c.
Commands
Reference
Description
Implement the
PUBSUB SHARDCHANNELSandPUBSUB SHARDNUMSUBcommands for PHP. Also missing in C#.Note:
PUBSUB CHANNELS,PUBSUB NUMSUB, andPUBSUB NUMPATare already implemented via the$client->pubsub()method invalkey_glide_pubsub_introspection.c.Commands
PUBSUB SHARDCHANNELS— Lists active shard channels matching a patternPUBSUB SHARDNUMSUB— Returns subscriber count for given shard channelsReference