Method: Redis::Commands::Pubsub#publish
- Defined in:
- lib/redis/commands/pubsub.rb
permalink #publish(channel, message) ⇒ Object
Post a message to a channel.
7 8 9 |
# File 'lib/redis/commands/pubsub.rb', line 7 def publish(channel, ) send_command([:publish, channel, ]) end |