module Redis::Commands::Pubsub

def pubsub(subcommand, *args)

Possible subcommands: channels, numsub, numpat.
Inspect the state of the Pub/Sub subsystem.
def pubsub(subcommand, *args)
  send_command([:pubsub, subcommand] + args)
end