# File lib/redis/distributed.rb, line 155
    def get(key)
      node_for(key).get(key)
    end