# File lib/redis.rb, line 879
  def msetnx(*args)
    synchronize do
      @client.call [:msetnx, *args]
    end
  end