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