Method: Redis::Commands::Pubsub#spublish

Defined in:
lib/redis/commands/pubsub.rb

#spublish(channel, message) ⇒ Object

Post a message to a channel in a shard.



60
61
62
# File 'lib/redis/commands/pubsub.rb', line 60

def spublish(channel, message)
  send_command([:spublish, channel, message])
end