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