Module: Pubsubstub::RedisPubSub
Overview
Deprecated. Use Pubsubstub.publish instead
Instance Method Summary collapse
Instance Method Details
#publish(channel_name, event) ⇒ Object
79 80 81 |
# File 'lib/pubsubstub.rb', line 79 def publish(channel_name, event) Channel.new(channel_name).publish(event) end |