# File lib/redis.rb, line 606
  def set(key, value)
    synchronize do |client|
      client.call([:set, key, value])
    end
  end