# File lib/redis/distributed_store.rb, line 33
    def setnx(key, value, options = nil)
      node_for(key).setnx(key, value, options)
    end