Method: Redis::Distributed#publish
- Defined in:
- lib/redis/distributed.rb
#publish(channel, message) ⇒ Object
Post a message to a channel.
922 923 924 |
# File 'lib/redis/distributed.rb', line 922 def publish(channel, ) node_for(channel).publish(channel, ) end |