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