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