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