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:



320
321
322
# File 'lib/redis/distributed.rb', line 320

def msetnx(*)
  raise CannotDistribute, :msetnx
end