# File lib/redis.rb, line 1875 def publish(channel, message) synchronize do |client| client.call [:publish, channel, message] end end