# File lib/redis/distributed.rb, line 234
    def setnx(key, value)
      node_for(key).setnx(key, value)
    end