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