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, ) send_command([:spublish, channel, ]) end |