# File lib/em-redis/redis_protocol.rb, line 199
      def type(key, &blk)
        call_command(['type', key], &blk)
      end