# File lib/redis/distributed_store.rb, line 29
    def get(key, options = nil)
      node_for(key).get(key, options)
    end