# File lib/redis.rb, line 688
  def msetnx(*args)
    synchronize do |client|
      client.call [:msetnx, *args], &_boolify
    end
  end