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