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