module Redis::Commands::Pubsub

def spublish(channel, message)

Post a message to a channel in a shard.
def spublish(channel, message)
  send_command([:spublish, channel, message])
end