• A
    PUBSUB command implemented. · 455563fa
    antirez 提交于
    Currently it implements three subcommands:
    
    PUBSUB CHANNELS [<pattern>]    List channels with non-zero subscribers.
    PUBSUB NUMSUB [channel_1 ...]  List number of subscribers for channels.
    PUBSUB NUMPAT                  Return number of subscribed patterns.
    455563fa
redis.c 112.6 KB