Method: Redis::Distributed#msetnx

Defined in:
lib/redis/distributed.rb

#msetnxObject

Set multiple keys to multiple values, only if none of the keys exist.

Raises:



310
311
312
# File 'lib/redis/distributed.rb', line 310

def msetnx(*)
  raise CannotDistribute, :msetnx
end