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