class Redis::Distributed

def setnx(key, value)

def setnx(key, value)
  node_for(key).setnx(key, value)
end