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