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