class Redis

def msetnx(*args)

def msetnx(*args)
  @client.call(:msetnx, *args)
end