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