module Redis::Commands::Pubsub
def pubsub(subcommand, *args)
Inspect the state of the Pub/Sub subsystem.
def pubsub(subcommand, *args) send_command([:pubsub, subcommand] + args) end
def pubsub(subcommand, *args) send_command([:pubsub, subcommand] + args) end