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