# File lib/redis.rb, line 35
  def synchronize
    mon_synchronize { yield(@client) }
  end